Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp113 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
864 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTypeParameter()
1060 TemplateParameterDepthRAII CurTemplateDepthTracker( in ParseNonTypeTemplateParameter()
1730 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp296 TemplateParameterDepthRAII CurTemplateDepthTracker;
H A DParser.cpp1294 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1282 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h279 class TemplateParameterDepthRAII {
283 explicit TemplateParameterDepthRAII(unsigned &Depth) in TemplateParameterDepthRAII() function
286 ~TemplateParameterDepthRAII() { in ~TemplateParameterDepthRAII()