Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10829 bool Cand2Bad = IsIllFormedConversion(Cand2.Conversions[ArgIdx]); in isBetterOverloadCandidate() local
10830 if (Cand1Bad != Cand2Bad) { in isBetterOverloadCandidate()