clang
8.0.0
|
Extra data stored in some MemberExpr objects. More...
#include "clang/AST/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 2682 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 2678 of file Expr.h.
Referenced by clang::MemberExpr::Create().