|
clang
3.8.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 2292 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 2288 of file Expr.h.
Referenced by clang::MemberExpr::Create().
1.8.6