Home
last modified time | relevance | path

Searched refs:getDescribedTemplateParams (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/
DDeclBase.cpp243 const TemplateParameterList *Decl::getDescribedTemplateParams() const { in getDescribedTemplateParams() function in Decl
262 getDescribedTemplateParams(); in isTemplated()
270 if (auto *TPL = getDescribedTemplateParams()) in getTemplateDepth()
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1058 const TemplateParameterList *getDescribedTemplateParams() const;
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp1397 cast<Decl>(DC)->getDescribedTemplateParams()) { in EnterTemplatedContext()