Home
last modified time | relevance | path

Searched refs:CurTemplateDepthTracker (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp111 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization() local
129 CurTemplateDepthTracker.getDepth(), in ParseTemplateDeclarationOrSpecialization()
140 ++CurTemplateDepthTracker; in ParseTemplateDeclarationOrSpecialization()
158 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
1637 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef() local
1653 CurTemplateDepthTracker.addDepth( in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp280 TemplateParameterDepthRAII CurTemplateDepthTracker; member
283 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
285 CurTemplateDepthTracker.addDepth( in ReenterTemplateScopeRAII()
H A DParseExprCXX.cpp1252 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer() local
1283 CurTemplateDepthTracker.getDepth(), in ParseLambdaExpressionAfterIntroducer()
1304 ++CurTemplateDepthTracker; in ParseLambdaExpressionAfterIntroducer()
1412 CurTemplateDepthTracker.getOriginalDepth()); in ParseLambdaExpressionAfterIntroducer()
1422 CurTemplateDepthTracker.setAddedDepth(1); in ParseLambdaExpressionAfterIntroducer()
H A DParser.cpp1174 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition() local
1308 CurTemplateDepthTracker.addDepth(1); in ParseFunctionDefinition()