Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp84 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
664 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTypeParameter()
845 TemplateParameterDepth); in ParseNonTypeTemplateParameter()
1405 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1468 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp331 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
638 < TemplateParameterDepth) && in ParseLexedMethodDef()
H A DParser.cpp62 TemplateParameterDepth(0) { in Parser()
1223 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1217 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
3243 TemplateParameterDepth); in ParseRequiresExpression()
H A DParseDecl.cpp6859 TemplateParameterDepth); in ParseDirectDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h7758 unsigned TemplateParameterDepth;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3023 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter() local
3038 TemplateParameterDepth, AutoParameterPosition, in InventTemplateParameter()
H A DSemaDeclCXX.cpp19547 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
19574 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5153 unsigned TemplateParameterDepth);