Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp111 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1637 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1695 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp283 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
577 < TemplateParameterDepth) && in ParseLexedMethodDef()
H A DParser.cpp55 TemplateParameterDepth(0), ParsingInObjCContainer(false) { in Parser()
1174 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1252 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
3473 TemplateParameterDepth); in ParseRequiresExpression()
H A DParseDecl.cpp6220 TemplateParameterDepth); in ParseDirectDeclarator()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h244 unsigned TemplateParameterDepth; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp3194 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter() local
3209 TemplateParameterDepth, AutoParameterPosition, in InventTemplateParameter()
H A DSemaDeclCXX.cpp17895 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
17914 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1891 unsigned TemplateParameterDepth);