Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseCXXInlineMethods.cpp269 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclarations()
296 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclaration()
471 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDefs()
488 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDef()
548 < TemplateParameterDepth) && in ParseLexedMethodDef()
575 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMemberInitializers()
HDParseTemplate.cpp100 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1320 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1385 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
HDParseExprCXX.cpp1061 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
1082 Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
HDParser.cpp74 InMessageExpression(false), TemplateParameterDepth(0), in Parser()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h193 unsigned TemplateParameterDepth; variable
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp1461 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType() local
1477 TemplateParameterDepth, in ConvertDeclSpecToType()