Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp278 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclarations()
305 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDeclaration()
480 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDefs()
497 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMethodDef()
557 < TemplateParameterDepth) && in ParseLexedMethodDef()
586 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLexedMemberInitializers()
DParseTemplate.cpp100 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
1338 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
1403 ->getDepth() == TemplateParameterDepth - 1) && in ParseLateTemplatedFuncDef()
DParseExprCXX.cpp1126 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
1147 Actions.RecordParsingTemplateParameterDepth(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
DParser.cpp74 InMessageExpression(false), TemplateParameterDepth(0), in Parser()
/external/clang/include/clang/Parse/
DParser.h200 unsigned TemplateParameterDepth; variable
/external/clang/lib/Sema/
DSemaType.cpp1573 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType() local
1589 TemplateParameterDepth, in ConvertDeclSpecToType()