Searched refs:Templated (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 11457 static TemplateDecl *getDescribedTemplate(Decl *Templated) { in getDescribedTemplate() argument 11458 if (TemplateDecl *TD = Templated->getDescribedTemplate()) in getDescribedTemplate() 11465 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated, in DiagnoseBadDeduction() argument 11487 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 11496 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 11524 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified) in DiagnoseBadDeduction() 11544 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 11567 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 11578 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 11590 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() [all …]
|