clang 20.0.0git
|
#include "clang/AST/TypeLoc.h"
Public Attributes | |
SourceLocation | ElaboratedKWLoc |
void * | QualifierData |
Data associated with the nested-name-specifier location. | |
SourceLocation clang::ElaboratedLocInfo::ElaboratedKWLoc |
Definition at line 2308 of file TypeLoc.h.
Referenced by clang::ElaboratedTypeLoc::getElaboratedKeywordLoc(), clang::DependentNameTypeLoc::getElaboratedKeywordLoc(), clang::DependentTemplateSpecializationTypeLoc::getElaboratedKeywordLoc(), clang::ElaboratedTypeLoc::setElaboratedKeywordLoc(), clang::DependentNameTypeLoc::setElaboratedKeywordLoc(), and clang::DependentTemplateSpecializationTypeLoc::setElaboratedKeywordLoc().
void* clang::ElaboratedLocInfo::QualifierData |
Data associated with the nested-name-specifier location.
Definition at line 2311 of file TypeLoc.h.
Referenced by clang::ElaboratedTypeLoc::setQualifierLoc(), clang::DependentNameTypeLoc::setQualifierLoc(), and clang::DependentTemplateSpecializationTypeLoc::setQualifierLoc().