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

Public Member Functions

 ReenterClassScopeRAII (Parser &P, ParsingClass &Class)
 ~ReenterClassScopeRAII ()
Public Member Functions inherited from clang::Parser::ReenterTemplateScopeRAII
 ReenterTemplateScopeRAII (Parser &P, Decl *MaybeTemplated, bool Enter=true)

Public Attributes

ParsingClass & Class
Public Attributes inherited from clang::Parser::ReenterTemplateScopeRAII
ParserP
MultiParseScope Scopes
TemplateParameterDepthRAII CurTemplateDepthTracker

Detailed Description

Definition at line 339 of file ParseCXXInlineMethods.cpp.

Constructor & Destructor Documentation

◆ ReenterClassScopeRAII()

◆ ~ReenterClassScopeRAII()

clang::Parser::ReenterClassScopeRAII::~ReenterClassScopeRAII ( )
inline

Definition at line 355 of file ParseCXXInlineMethods.cpp.

References Class, and clang::Parser::ReenterTemplateScopeRAII::P.

Member Data Documentation

◆ Class

ParsingClass& clang::Parser::ReenterClassScopeRAII::Class

Definition at line 340 of file ParseCXXInlineMethods.cpp.

Referenced by ReenterClassScopeRAII(), and ~ReenterClassScopeRAII().


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