Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp271 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclarations()
298 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclaration()
473 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDefs()
490 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDef()
550 < TemplateParameterDepth) && in ParseLexedMethodDef()
577 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMemberInitializers()
DParseTemplate.cpp100 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1321 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1386 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
DParseExprCXX.cpp1063 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
1084 Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
DParser.cpp74 InMessageExpression(false), TemplateParameterDepth(0), in Parser()
/external/clang/include/clang/Parse/
DParser.h194 unsigned TemplateParameterDepth; variable
/external/clang/lib/Sema/
DSemaType.cpp1482 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType() local
1498 TemplateParameterDepth, in ConvertDeclSpecToType()