Home
last modified time | relevance | path

Searched refs:ovl_fail_bad_deduction (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Sema/
DOverload.h553 ovl_fail_bad_deduction, enumerator
/external/llvm-project/clang/include/clang/Sema/
DOverload.h720 ovl_fail_bad_deduction, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp911 if (!i->Viable && i->FailureKind == ovl_fail_bad_deduction) in destroyCandidates()
7050 Candidate.FailureKind = ovl_fail_bad_deduction; in AddMethodTemplateCandidate()
7135 Candidate.FailureKind = ovl_fail_bad_deduction; in AddTemplateOverloadCandidate()
7493 Candidate.FailureKind = ovl_fail_bad_deduction; in AddTemplateConversionCandidate()
10631 (Cand->FailureKind == ovl_fail_bad_deduction && in CheckArityMismatch()
10635 (Cand->FailureKind == ovl_fail_bad_deduction && in CheckArityMismatch()
11150 case ovl_fail_bad_deduction: in NoteFunctionCandidate()
11472 if (LFailureKind == ovl_fail_bad_deduction) { in operator ()()
11473 if (RFailureKind != ovl_fail_bad_deduction) in operator ()()
11479 } else if (RFailureKind == ovl_fail_bad_deduction) in operator ()()