clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::Parser::ReenterClassScopeRAII Struct Reference

Utility to re-enter a class scope while parsing its late-parsed components. More...

Inheritance diagram for clang::Parser::ReenterClassScopeRAII:
Inheritance graph
[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

Utility to re-enter a class scope while parsing its late-parsed components.

Definition at line 352 of file ParseCXXInlineMethods.cpp.

Constructor & Destructor Documentation

◆ ReenterClassScopeRAII()

clang::Parser::ReenterClassScopeRAII::ReenterClassScopeRAII ( Parser P,
ParsingClass &  Class 
)
inline

◆ ~ReenterClassScopeRAII()

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

Member Data Documentation

◆ Class

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

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