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

#include "clang/AST/TypeLoc.h"

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

Public Attributes

SourceLocation ElaboratedKWLoc
 
void * QualifierData
 Data associated with the nested-name-specifier location.
 

Detailed Description

Definition at line 2307 of file TypeLoc.h.

Member Data Documentation

◆ ElaboratedKWLoc

SourceLocation clang::ElaboratedLocInfo::ElaboratedKWLoc

◆ QualifierData

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().


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