Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2805 unsigned AutoTemplateParameterDepth = 0; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2180 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
H A DSemaTemplate.cpp74 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
89 ParamsAtDepth(Info.AutoTemplateParameterDepth); in getTemplateDepth()
H A DSemaDeclCXX.cpp19290 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth(); in ActOnStartFunctionDeclarationDeclarator()
19294 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
H A DSemaType.cpp3447 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter()