Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
clang 20.0.0git
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:

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()

◆ ~ReenterClassScopeRAII()

Member Data Documentation

◆ Class

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

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