Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp112 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1703 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1761 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp297 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
592 < TemplateParameterDepth) && in ParseLexedMethodDef()
H A DParser.cpp55 TemplateParameterDepth(0), ParsingInObjCContainer(false) { in Parser()
1250 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1286 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
3586 TemplateParameterDepth); in ParseRequiresExpression()
H A DParseDecl.cpp6562 TemplateParameterDepth); in ParseDirectDeclarator()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h255 unsigned TemplateParameterDepth; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp3354 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter() local
3369 TemplateParameterDepth, AutoParameterPosition, in InventTemplateParameter()
H A DSemaDeclCXX.cpp18578 Declarator &Declarator, unsigned TemplateParameterDepth) { in ActOnStartFunctionDeclarationDeclarator() argument
18596 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2031 unsigned TemplateParameterDepth);