clang 22.0.0git
clang::Parser::ReenterTemplateScopeRAII Struct Reference
Inheritance diagram for clang::Parser::ReenterTemplateScopeRAII:
[legend]

Public Member Functions

 ReenterTemplateScopeRAII (Parser &P, Decl *MaybeTemplated, bool Enter=true)

Public Attributes

ParserP
MultiParseScope Scopes
TemplateParameterDepthRAII CurTemplateDepthTracker

Detailed Description

Definition at line 325 of file ParseCXXInlineMethods.cpp.

Constructor & Destructor Documentation

◆ ReenterTemplateScopeRAII()

clang::Parser::ReenterTemplateScopeRAII::ReenterTemplateScopeRAII ( Parser & P,
Decl * MaybeTemplated,
bool Enter = true )
inline

Member Data Documentation

◆ CurTemplateDepthTracker

TemplateParameterDepthRAII clang::Parser::ReenterTemplateScopeRAII::CurTemplateDepthTracker

Definition at line 328 of file ParseCXXInlineMethods.cpp.

Referenced by ReenterTemplateScopeRAII().

◆ P

◆ Scopes

MultiParseScope clang::Parser::ReenterTemplateScopeRAII::Scopes

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