Home
last modified time | relevance | path

Searched refs:shouldDeferTemplateArgumentDeduction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1349 bool shouldDeferTemplateArgumentDeduction(const LangOptions &Opts) const;
1544 inline bool OverloadCandidateSet::shouldDeferTemplateArgumentDeduction( in shouldDeferTemplateArgumentDeduction() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7953 !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()