Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2795 unsigned AutoTemplateParameterDepth = 0; member
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2136 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
H A DSemaTemplate.cpp72 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
87 ParamsAtDepth(Info.AutoTemplateParameterDepth); in getTemplateDepth()
H A DSemaDeclCXX.cpp18592 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth(); in ActOnStartFunctionDeclarationDeclarator()
18596 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
H A DSemaType.cpp3354 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter()