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

#include <TypeLoc.h>

Inheritance diagram for clang::DependentTemplateSpecializationLocInfo:
[legend]
Collaboration diagram for clang::DependentTemplateSpecializationLocInfo:
[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. More...
 

Detailed Description

Definition at line 1827 of file TypeLoc.h.

Member Data Documentation

SourceLocation clang::DependentTemplateSpecializationLocInfo::LAngleLoc

Definition at line 1829 of file TypeLoc.h.

SourceLocation clang::DependentTemplateSpecializationLocInfo::RAngleLoc

Definition at line 1830 of file TypeLoc.h.

SourceLocation clang::DependentTemplateSpecializationLocInfo::TemplateKWLoc

Definition at line 1828 of file TypeLoc.h.


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