clang 22.0.0git
clang::TemplateArgumentLocInfo::TemplateTemplateArgLocInfo Struct Reference

#include "clang/AST/TemplateBase.h"

Public Attributes

void * QualifierLocData
SourceLocation TemplateKwLoc
SourceLocation TemplateNameLoc
SourceLocation EllipsisLoc

Detailed Description

Definition at line 481 of file TemplateBase.h.

Member Data Documentation

◆ EllipsisLoc

SourceLocation clang::TemplateArgumentLocInfo::TemplateTemplateArgLocInfo::EllipsisLoc

◆ QualifierLocData

void* clang::TemplateArgumentLocInfo::TemplateTemplateArgLocInfo::QualifierLocData

Definition at line 482 of file TemplateBase.h.

◆ TemplateKwLoc

SourceLocation clang::TemplateArgumentLocInfo::TemplateTemplateArgLocInfo::TemplateKwLoc

Definition at line 483 of file TemplateBase.h.

Referenced by clang::TemplateArgumentLocInfo::getTemplateKwLoc().

◆ TemplateNameLoc

SourceLocation clang::TemplateArgumentLocInfo::TemplateTemplateArgLocInfo::TemplateNameLoc

Definition at line 484 of file TemplateBase.h.

Referenced by clang::TemplateArgumentLocInfo::getTemplateNameLoc().


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