Lines Matching defs:Templated
11457 static TemplateDecl *getDescribedTemplate(Decl *Templated) {
11458 if (TemplateDecl *TD = Templated->getDescribedTemplate())
11465 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated,
11487 S.Diag(Templated->getLocation(),
11496 S.Diag(Templated->getLocation(),
11524 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified)
11544 S.Diag(Templated->getLocation(),
11567 S.Diag(Templated->getLocation(),
11578 S.Diag(Templated->getLocation(),
11590 S.Diag(Templated->getLocation(),
11603 getDescribedTemplate(Templated)->getTemplateParameters(), *Args);
11606 S.Diag(Templated->getLocation(),
11616 DiagnoseArityMismatch(S, Found, Templated, NumArgs);
11620 S.Diag(Templated->getLocation(),
11632 getDescribedTemplate(Templated)->getTemplateParameters(), *Args);
11651 S.Diag(Templated->getLocation(),
11668 S.Diag(Templated->getLocation(),
11683 getDescribedTemplate(Templated)->getTemplateParameters(), *Args);
11688 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_deduced_mismatch)
11715 S.Diag(Templated->getLocation(),
11723 if (TakingCandidateAddress && isa<FunctionDecl>(Templated) &&
11724 !checkAddressOfCandidateIsAvailable(S, cast<FunctionDecl>(Templated)))
11731 S.Diag(Templated->getLocation(),
11739 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_bad_deduction);
11743 S.Diag(Templated->getLocation(),