Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2887 unsigned AutoTemplateParameterDepth = 0; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2191 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
H A DSemaTemplate.cpp76 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
91 ParamsAtDepth(Info.AutoTemplateParameterDepth); in getTemplateDepth()
H A DSemaDeclCXX.cpp19060 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth(); in ActOnStartFunctionDeclarationDeclarator()
19064 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
H A DSemaType.cpp2971 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter()