Lines Matching defs:Templated
11645 static TemplateDecl *getDescribedTemplate(Decl *Templated) {
11646 if (TemplateDecl *TD = Templated->getDescribedTemplate())
11653 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated,
11675 S.Diag(Templated->getLocation(),
11684 S.Diag(Templated->getLocation(),
11712 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified)
11732 S.Diag(Templated->getLocation(),
11755 S.Diag(Templated->getLocation(),
11766 S.Diag(Templated->getLocation(),
11778 S.Diag(Templated->getLocation(),
11791 getDescribedTemplate(Templated)->getTemplateParameters(), *Args);
11794 S.Diag(Templated->getLocation(),
11804 DiagnoseArityMismatch(S, Found, Templated, NumArgs);
11808 S.Diag(Templated->getLocation(),
11820 getDescribedTemplate(Templated)->getTemplateParameters(), *Args);
11839 S.Diag(Templated->getLocation(),
11856 S.Diag(Templated->getLocation(),
11871 getDescribedTemplate(Templated)->getTemplateParameters(), *Args);
11876 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_deduced_mismatch)
11903 S.Diag(Templated->getLocation(),
11911 if (TakingCandidateAddress && isa<FunctionDecl>(Templated) &&
11912 !checkAddressOfCandidateIsAvailable(S, cast<FunctionDecl>(Templated)))
11919 S.Diag(Templated->getLocation(),
11927 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_bad_deduction);
11931 S.Diag(Templated->getLocation(),