Searched refs:shouldDeferTemplateArgumentDeduction (Results 1 – 2 of 2) sorted by relevance
1349 bool shouldDeferTemplateArgumentDeduction(const LangOptions &Opts) const;1544 inline bool OverloadCandidateSet::shouldDeferTemplateArgumentDeduction( in shouldDeferTemplateArgumentDeduction() function
7953 !CandidateSet.shouldDeferTemplateArgumentDeduction(getLangOpts())) { in AddMethodTemplateCandidate()8083 !CandidateSet.shouldDeferTemplateArgumentDeduction(getLangOpts()) || in AddTemplateOverloadCandidate()8528 if (!CandidateSet.shouldDeferTemplateArgumentDeduction(getLangOpts()) || in AddTemplateConversionCandidate()11349 assert((shouldDeferTemplateArgumentDeduction(S.getLangOpts()) || in BestViableFunction()