Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp325 struct Parser::ReenterTemplateScopeRAII { struct in Parser
330 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true) in ReenterTemplateScopeRAII() function
339 struct Parser::ReenterClassScopeRAII : ReenterTemplateScopeRAII {
343 : ReenterTemplateScopeRAII(P, Class.TagOrTemplate, in ReenterClassScopeRAII()
373 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); in ParseLexedMethodDeclaration()
576 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.D); in ParseLexedMethodDef()
763 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1302 struct ReenterTemplateScopeRAII;