Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp115 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
751 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTypeParameter()
950 TemplateParameterDepth); in ParseNonTypeTemplateParameter()
1616 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1679 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp343 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
658 < TemplateParameterDepth) && in ParseLexedMethodDef()
H A DParser.cpp58 TemplateParameterDepth(0), ParsingInObjCContainer(false) { in Parser()
1299 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1358 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
3715 TemplateParameterDepth); in ParseRequiresExpression()
H A DParseDecl.cpp7193 TemplateParameterDepth); in ParseDirectDeclarator()
/src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h280 unsigned TemplateParameterDepth; variable
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2971 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter() local
2986 TemplateParameterDepth, AutoParameterPosition, in InventTemplateParameter()
H A DSemaDeclCXX.cpp19037 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
19064 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4757 unsigned TemplateParameterDepth);