Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp277 struct Parser::ReenterTemplateScopeRAII { struct in Parser
282 ReenterTemplateScopeRAII(Parser &P, Decl *MaybeTemplated, bool Enter = true) in ReenterTemplateScopeRAII() argument
292 struct Parser::ReenterClassScopeRAII : ReenterTemplateScopeRAII {
296 : ReenterTemplateScopeRAII(P, Class.TagOrTemplate, in ReenterClassScopeRAII()
330 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); in ParseLexedMethodDeclaration()
518 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.D); in ParseLexedMethodDef()
721 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1524 struct ReenterTemplateScopeRAII;