clang  10.0.0git
Public Attributes | List of all members
clang::AutoTypeLocInfo Struct Reference

#include "clang/AST/TypeLoc.h"

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

Public Attributes

NestedNameSpecifierLoc NestedNameSpec
 
SourceLocation TemplateKWLoc
 
SourceLocation ConceptNameLoc
 
NamedDeclFoundDecl
 
SourceLocation LAngleLoc
 
SourceLocation RAngleLoc
 
- Public Attributes inherited from clang::TypeSpecLocInfo
SourceLocation NameLoc
 

Detailed Description

Definition at line 1933 of file TypeLoc.h.

Member Data Documentation

◆ ConceptNameLoc

SourceLocation clang::AutoTypeLocInfo::ConceptNameLoc

Definition at line 1936 of file TypeLoc.h.

◆ FoundDecl

NamedDecl* clang::AutoTypeLocInfo::FoundDecl

Definition at line 1937 of file TypeLoc.h.

◆ LAngleLoc

SourceLocation clang::AutoTypeLocInfo::LAngleLoc

Definition at line 1938 of file TypeLoc.h.

◆ NestedNameSpec

NestedNameSpecifierLoc clang::AutoTypeLocInfo::NestedNameSpec

Definition at line 1934 of file TypeLoc.h.

◆ RAngleLoc

SourceLocation clang::AutoTypeLocInfo::RAngleLoc

Definition at line 1939 of file TypeLoc.h.

◆ TemplateKWLoc

SourceLocation clang::AutoTypeLocInfo::TemplateKWLoc

Definition at line 1935 of file TypeLoc.h.


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