Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp115 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTemplateDeclarationOrSpecialization()
751 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseTypeParameter()
949 TemplateParameterDepthRAII CurTemplateDepthTracker( in ParseNonTypeTemplateParameter()
1616 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLateTemplatedFuncDef()
H A DParseCXXInlineMethods.cpp340 TemplateParameterDepthRAII CurTemplateDepthTracker;
H A DParser.cpp1299 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseFunctionDefinition()
H A DParseExprCXX.cpp1358 TemplateParameterDepthRAII CurTemplateDepthTracker(TemplateParameterDepth); in ParseLambdaExpressionAfterIntroducer()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h286 class TemplateParameterDepthRAII {
290 explicit TemplateParameterDepthRAII(unsigned &Depth) in TemplateParameterDepthRAII() function
293 ~TemplateParameterDepthRAII() { in ~TemplateParameterDepthRAII()