clang 20.0.0git
|
#include "clang/AST/TypeLoc.h"
Public Attributes | |
SourceLocation | TemplateKWLoc |
SourceLocation | LAngleLoc |
SourceLocation | RAngleLoc |
Public Attributes inherited from clang::DependentNameLocInfo | |
SourceLocation | NameLoc |
Public Attributes inherited from clang::ElaboratedLocInfo | |
SourceLocation | ElaboratedKWLoc |
void * | QualifierData |
Data associated with the nested-name-specifier location. | |
SourceLocation clang::DependentTemplateSpecializationLocInfo::LAngleLoc |
Definition at line 2445 of file TypeLoc.h.
Referenced by clang::DependentTemplateSpecializationTypeLoc::getLAngleLoc(), and clang::DependentTemplateSpecializationTypeLoc::setLAngleLoc().
SourceLocation clang::DependentTemplateSpecializationLocInfo::RAngleLoc |
Definition at line 2446 of file TypeLoc.h.
Referenced by clang::DependentTemplateSpecializationTypeLoc::getRAngleLoc(), and clang::DependentTemplateSpecializationTypeLoc::setRAngleLoc().
SourceLocation clang::DependentTemplateSpecializationLocInfo::TemplateKWLoc |
Definition at line 2444 of file TypeLoc.h.
Referenced by clang::DependentTemplateSpecializationTypeLoc::getTemplateKeywordLoc(), and clang::DependentTemplateSpecializationTypeLoc::setTemplateKeywordLoc().