clang  3.7.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 1815 of file TypeLoc.h.

Member Data Documentation

SourceLocation clang::DependentTemplateSpecializationLocInfo::LAngleLoc

Definition at line 1817 of file TypeLoc.h.

SourceLocation clang::DependentTemplateSpecializationLocInfo::RAngleLoc

Definition at line 1818 of file TypeLoc.h.

SourceLocation clang::DependentTemplateSpecializationLocInfo::TemplateKWLoc

Definition at line 1816 of file TypeLoc.h.


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