Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseTemplate.cpp111 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1637 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1695 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
DParseCXXInlineMethods.cpp283 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
577 < TemplateParameterDepth) && in ParseLexedMethodDef()
DParser.cpp55 TemplateParameterDepth(0), ParsingInObjCContainer(false) { in Parser()
1177 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
DParseExprCXX.cpp1252 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
3474 TemplateParameterDepth); in ParseRequiresExpression()
DParseDecl.cpp6237 TemplateParameterDepth); in ParseDirectDeclarator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
DParser.h245 unsigned TemplateParameterDepth; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp3227 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter() local
3242 TemplateParameterDepth, AutoParameterPosition, in InventTemplateParameter()
DSemaDeclCXX.cpp18100 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
18119 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h1930 unsigned TemplateParameterDepth);