clang 17.0.0git
|
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. | |
DeclAccessPair | FoundDecl |
The DeclAccessPair through which the MemberDecl was found due to name qualifiers. | |
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 3171 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 3167 of file Expr.h.
Referenced by clang::MemberExpr::Create().