clang 17.0.0git
Public Attributes | List of all members
clang::MemberExprNameQualifier Struct Reference

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.
 

Detailed Description

Extra data stored in some MemberExpr objects.

Definition at line 3164 of file Expr.h.

Member Data Documentation

◆ FoundDecl

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().

◆ QualifierLoc

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().


The documentation for this struct was generated from the following file: