clang API Documentation

Public Member Functions | Public Attributes
clang::idx::ASTLocation::NamedRef Struct Reference

#include <ASTLocation.h>

Collaboration diagram for clang::idx::ASTLocation::NamedRef:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NamedRef ()
 NamedRef (NamedDecl *nd, SourceLocation loc)

Public Attributes

NamedDeclND
SourceLocation Loc

Detailed Description

Definition at line 43 of file ASTLocation.h.


Constructor & Destructor Documentation

clang::idx::ASTLocation::NamedRef::NamedRef ( ) [inline]

Definition at line 47 of file ASTLocation.h.

clang::idx::ASTLocation::NamedRef::NamedRef ( NamedDecl nd,
SourceLocation  loc 
) [inline]

Definition at line 48 of file ASTLocation.h.


Member Data Documentation

Definition at line 45 of file ASTLocation.h.

Definition at line 44 of file ASTLocation.h.

Referenced by clang::idx::ASTLocation::print().


The documentation for this struct was generated from the following file: