Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp112 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization() local
130 CurTemplateDepthTracker.getDepth(), in ParseTemplateDeclarationOrSpecialization()
141 ++CurTemplateDepthTracker; in ParseTemplateDeclarationOrSpecialization()
159 CurTemplateDepthTracker.getDepth(), ExportLoc, TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
1703 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef() local
1719 CurTemplateDepthTracker.addDepth( in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp294 TemplateParameterDepthRAII CurTemplateDepthTracker; member
297 : P(P), Scopes(P), CurTemplateDepthTracker(P.TemplateParameterDepth) { in ReenterTemplateScopeRAII()
299 CurTemplateDepthTracker.addDepth( in ReenterTemplateScopeRAII()
H A DParseExprCXX.cpp1286 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer() local
1332 CurTemplateDepthTracker.getDepth(), in ParseLambdaExpressionAfterIntroducer()
1353 ++CurTemplateDepthTracker; in ParseLambdaExpressionAfterIntroducer()
1466 CurTemplateDepthTracker.getOriginalDepth()); in ParseLambdaExpressionAfterIntroducer()
1475 CurTemplateDepthTracker.setAddedDepth(1); in ParseLambdaExpressionAfterIntroducer()
H A DParser.cpp1250 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition() local
1431 CurTemplateDepthTracker.addDepth(1); in ParseFunctionDefinition()