Home
last modified time | relevance | path

Searched refs:TemplateParameterDepth (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp113 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
864 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTypeParameter()
1061 TemplateParameterDepth); in ParseNonTypeTemplateParameter()
1730 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1793 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp299 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
595 < TemplateParameterDepth) && in ParseLexedMethodDef()
H A DParser.cpp57 TemplateParameterDepth(0), ParsingInObjCContainer(false) { in Parser()
1294 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1282 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
3601 TemplateParameterDepth); in ParseRequiresExpression()
H A DParseDecl.cpp6784 TemplateParameterDepth); in ParseDirectDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h273 unsigned TemplateParameterDepth; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3447 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter() local
3462 TemplateParameterDepth, AutoParameterPosition, in InventTemplateParameter()
H A DSemaDeclCXX.cpp19276 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
19294 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2074 unsigned TemplateParameterDepth);