Searched refs:Templated (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12165 static TemplateDecl *getDescribedTemplate(Decl *Templated) { in getDescribedTemplate() argument 12166 if (TemplateDecl *TD = Templated->getDescribedTemplate()) in getDescribedTemplate() 12173 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated, in DiagnoseBadDeduction() argument 12195 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 12204 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 12232 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified) in DiagnoseBadDeduction() 12252 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 12275 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 12286 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 12298 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() [all …]
|