clang 20.0.0git
|
Utility to re-enter a possibly-templated scope while parsing its late-parsed components. More...
Public Member Functions | |
ReenterTemplateScopeRAII (Parser &P, Decl *MaybeTemplated, bool Enter=true) | |
Public Attributes | |
Parser & | P |
MultiParseScope | Scopes |
TemplateParameterDepthRAII | CurTemplateDepthTracker |
Utility to re-enter a possibly-templated scope while parsing its late-parsed components.
Definition at line 337 of file ParseCXXInlineMethods.cpp.
TemplateParameterDepthRAII clang::Parser::ReenterTemplateScopeRAII::CurTemplateDepthTracker |
Definition at line 340 of file ParseCXXInlineMethods.cpp.
Referenced by clang::Parser::ReenterTemplateScopeRAII::ReenterTemplateScopeRAII().
Parser& clang::Parser::ReenterTemplateScopeRAII::P |
MultiParseScope clang::Parser::ReenterTemplateScopeRAII::Scopes |
Definition at line 339 of file ParseCXXInlineMethods.cpp.
Referenced by clang::Parser::ReenterClassScopeRAII::ReenterClassScopeRAII(), and clang::Parser::ReenterTemplateScopeRAII::ReenterTemplateScopeRAII().