Home
last modified time | relevance | path

Searched refs:ReenterTemplateScopeRAII (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp291 struct Parser::ReenterTemplateScopeRAII { struct in Parser
296 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true) in ReenterTemplateScopeRAII() argument
306 struct Parser::ReenterClassScopeRAII : ReenterTemplateScopeRAII {
310 : ReenterTemplateScopeRAII(P, Class.TagOrTemplate, in ReenterClassScopeRAII()
344 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); in ParseLexedMethodDeclaration()
533 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.D); in ParseLexedMethodDef()
735 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1539 struct ReenterTemplateScopeRAII;