Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp274 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclarations()
301 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclaration()
476 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDefs()
493 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDef()
553 < TemplateParameterDepth) && in ParseLexedMethodDef()
580 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMemberInitializers()
DParseTemplate.cpp99 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1301 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1365 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
DParseExprCXX.cpp1061 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
1082 Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
DParser.cpp54 InMessageExpression(false), TemplateParameterDepth(0), in Parser()
/external/clang/include/clang/Parse/
DParser.h190 unsigned TemplateParameterDepth; variable
/external/clang/lib/Sema/
DSemaType.cpp1033 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType() local
1049 TemplateParameterDepth, in ConvertDeclSpecToType()