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

#include "clang/AST/TypeLoc.h"

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

Public Attributes

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

Detailed Description

Definition at line 1862 of file TypeLoc.h.

Member Data Documentation

SourceLocation clang::ElaboratedLocInfo::ElaboratedKWLoc
void* clang::ElaboratedLocInfo::QualifierData

Data associated with the nested-name-specifier location.

Definition at line 1865 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: