Searched refs:TemplateParameterDepthRAII (Results 1 – 5 of 5) sorted by relevance
111 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()1637 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
280 TemplateParameterDepthRAII CurTemplateDepthTracker;
1174 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
1252 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
250 class TemplateParameterDepthRAII {254 explicit TemplateParameterDepthRAII(unsigned &Depth) in TemplateParameterDepthRAII() function257 ~TemplateParameterDepthRAII() { in ~TemplateParameterDepthRAII()