Lines Matching defs:Bad
440 /// of the bad conversion.
441 BadConversionSequence Bad;
462 case BadConversion: Bad = Other.Bad; break;
516 /// Sets this sequence as a bad conversion for an explicit argument.
520 Bad.init(Failure, FromExpr, ToType);
523 /// Sets this sequence as a bad conversion for an implicit argument.
527 Bad.init(Failure, FromType, ToType);
630 /// The FixIt hints which can be used to fix the Bad candidate.
683 Conversions[Idx].Bad.FromExpr,
684 Conversions[Idx].Bad.getFromType(),
685 Conversions[Idx].Bad.getToType(), S);