clang 22.0.0git
Public Attributes | List of all members
clang::TemplateSpecializationLocInfo Struct Reference

#include "clang/AST/TypeLoc.h"

Inheritance diagram for clang::TemplateSpecializationLocInfo:
[legend]

Public Attributes

SourceRange SR
 
SourceLocation ElaboratedKWLoc
 
SourceLocation TemplateKWLoc
 
SourceLocation LAngleLoc
 
void * QualifierData
 
- Public Attributes inherited from clang::TemplateNameLocInfo
SourceLocation NameLoc
 

Detailed Description

Definition at line 1843 of file TypeLoc.h.

Member Data Documentation

◆ ElaboratedKWLoc

SourceLocation clang::TemplateSpecializationLocInfo::ElaboratedKWLoc

◆ LAngleLoc

SourceLocation clang::TemplateSpecializationLocInfo::LAngleLoc

Definition at line 1847 of file TypeLoc.h.

Referenced by clang::TemplateSpecializationTypeLoc::getLAngleLoc().

◆ QualifierData

void* clang::TemplateSpecializationLocInfo::QualifierData

Definition at line 1848 of file TypeLoc.h.

Referenced by clang::TemplateSpecializationTypeLoc::set().

◆ SR

SourceRange clang::TemplateSpecializationLocInfo::SR

◆ TemplateKWLoc

SourceLocation clang::TemplateSpecializationLocInfo::TemplateKWLoc

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