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

#include "clang/AST/TypeLoc.h"

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

Public Attributes

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

Detailed Description

Definition at line 2101 of file TypeLoc.h.

Member Data Documentation

◆ ConceptNameLoc

SourceLocation clang::AutoTypeLocInfo::ConceptNameLoc

◆ FoundDecl

NamedDecl* clang::AutoTypeLocInfo::FoundDecl

◆ LAngleLoc

SourceLocation clang::AutoTypeLocInfo::LAngleLoc

◆ NestedNameSpec

NestedNameSpecifierLoc clang::AutoTypeLocInfo::NestedNameSpec

◆ RAngleLoc

SourceLocation clang::AutoTypeLocInfo::RAngleLoc

◆ RParenLoc

SourceLocation clang::AutoTypeLocInfo::RParenLoc

◆ TemplateKWLoc

SourceLocation clang::AutoTypeLocInfo::TemplateKWLoc

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