Home
last modified time | relevance | path

Searched refs:TemplateParameterDepthRAII (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTemplate.cpp115 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
751 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTypeParameter()
949 TemplateParameterDepthRAII CurTemplateDepthTracker( in ParseNonTypeTemplateParameter()
1616 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
HDParseCXXInlineMethods.cpp340 TemplateParameterDepthRAII CurTemplateDepthTracker;
HDParser.cpp1299 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
HDParseExprCXX.cpp1358 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h286 class TemplateParameterDepthRAII {
290 explicit TemplateParameterDepthRAII(unsigned &Depth) in TemplateParameterDepthRAII() function
293 ~TemplateParameterDepthRAII() { in ~TemplateParameterDepthRAII()