struct MemberExprNameQualifier

Declaration

struct MemberExprNameQualifier { /* full declaration omitted */ };

Description

Extra data stored in some MemberExpr objects.

Declared at: clang/include/clang/AST/Expr.h:3152

Member Variables

public clang::NestedNameSpecifierLoc QualifierLoc
The nested-name-specifier that qualifies the name, including source-location information.
public clang::DeclAccessPair FoundDecl
The DeclAccessPair through which the MemberDecl was found due to name qualifiers.