Searched refs:TemplateParameterDepthRAII (Results 1 – 5 of 5) sorted by relevance
112 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()1684 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
294 TemplateParameterDepthRAII CurTemplateDepthTracker;
1217 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
1252 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
256 class TemplateParameterDepthRAII {260 explicit TemplateParameterDepthRAII(unsigned &Depth) in TemplateParameterDepthRAII() function263 ~TemplateParameterDepthRAII() { in ~TemplateParameterDepthRAII()