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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp243 const TemplateParameterList *Decl::getDescribedTemplateParams() const { function in class:Decl
262 getDescribedTemplateParams();
270 if (auto *TPL = getDescribedTemplateParams())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1052 /// are not modeled as TemplateDecls. Use getDescribedTemplateParams to handle
1058 const TemplateParameterList *getDescribedTemplateParams() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp1376 cast<Decl>(DC)->getDescribedTemplateParams()) {

Completed in 208 milliseconds