Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2717 unsigned AutoTemplateParameterDepth = 0; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1935 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
H A DSemaTemplate.cpp68 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
83 ParamsAtDepth(Info.AutoTemplateParameterDepth); in getTemplateDepth()
H A DSemaDeclCXX.cpp17909 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth(); in ActOnStartFunctionDeclarationDeclarator()
17914 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
H A DSemaType.cpp3194 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter()