Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp293 struct Parser::ReenterTemplateScopeRAII { struct in Parser
298 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true) in ReenterTemplateScopeRAII() argument
308 struct Parser::ReenterClassScopeRAII : ReenterTemplateScopeRAII {
312 : ReenterTemplateScopeRAII(P, Class.TagOrTemplate, in ReenterClassScopeRAII()
346 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); in ParseLexedMethodDeclaration()
536 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.D); in ParseLexedMethodDef()
743 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1577 struct ReenterTemplateScopeRAII;