clang 19.0.0git
Public Attributes | List of all members
clang::DependentTemplateSpecializationLocInfo Struct Reference

#include "clang/AST/TypeLoc.h"

Inheritance diagram for clang::DependentTemplateSpecializationLocInfo:
Inheritance graph
[legend]

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.
 

Detailed Description

Definition at line 2443 of file TypeLoc.h.

Member Data Documentation

◆ LAngleLoc

SourceLocation clang::DependentTemplateSpecializationLocInfo::LAngleLoc

◆ RAngleLoc

SourceLocation clang::DependentTemplateSpecializationLocInfo::RAngleLoc

◆ TemplateKWLoc

SourceLocation clang::DependentTemplateSpecializationLocInfo::TemplateKWLoc

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