Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp268 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclarations()
295 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclaration()
380 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDefs()
397 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDef()
449 < TemplateParameterDepth) && in ParseLexedMethodDef()
482 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMemberInitializers()
DParseTemplate.cpp99 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1283 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1346 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
DParseExprCXX.cpp1007 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
1027 Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
DParser.cpp54 InMessageExpression(false), TemplateParameterDepth(0), in Parser()
/external/clang/lib/Sema/
DSemaType.cpp1005 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType() local
1012 ss << TemplateParameterDepth; in ConvertDeclSpecToType()
1030 TemplateParameterDepth, in ConvertDeclSpecToType()
/external/clang/include/clang/Parse/
DParser.h189 unsigned TemplateParameterDepth; variable