clang
3.9.0
|
Extra data stored in some MemberExpr objects. More...
#include <Expr.h>
Public Attributes | |
NestedNameSpecifierLoc | QualifierLoc |
The nested-name-specifier that qualifies the name, including source-location information. More... | |
DeclAccessPair | FoundDecl |
The DeclAccessPair through which the MemberDecl was found due to name qualifiers. More... | |
Extra data stored in some MemberExpr objects.
DeclAccessPair clang::MemberExprNameQualifier::FoundDecl |
The DeclAccessPair through which the MemberDecl was found due to name qualifiers.
Definition at line 2310 of file Expr.h.
Referenced by clang::MemberExpr::Create().
NestedNameSpecifierLoc clang::MemberExprNameQualifier::QualifierLoc |
The nested-name-specifier that qualifies the name, including source-location information.
Definition at line 2306 of file Expr.h.
Referenced by clang::MemberExpr::Create().