Home | History | Annotate | Download | only in Sema

Lines Matching full:cand2

7901                           const OverloadCandidate &Cand2,
7906 if (!Cand2.Viable)
7918 if (Cand1.IgnoreObjectArgument || Cand2.IgnoreObjectArgument)
7926 assert(Cand2.NumConversions == NumArgs && "Overload candidate mismatch");
7931 Cand2.Conversions[ArgIdx])) {
7938 // Cand1 can't be better than Cand2.
7955 Cand2.Function && Cand2.Function->getPrimaryTemplate())
7963 Cand2.Function && Cand2.Function->getPrimaryTemplate()) {
7966 Cand2.Function->getPrimaryTemplate(),
7980 if (UserDefinedConversion && Cand1.Function && Cand2.Function &&
7982 isa<CXXConversionDecl>(Cand2.Function)) {
7988 = compareConversionFunctions(S, Cand1.Function, Cand2.Function);
7994 Cand2.FinalConversion)) {
8000 // Cand1 can't be better than Cand2.