Lines Matching refs:PrettySourceValue
11441 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
11442 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
11860 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
11863 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
11869 << PrettySourceValue); in DiagnoseFloatingImpCast()
11925 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
11929 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
12519 std::string PrettySourceValue = SourceInt->toString(10); in CheckImplicitConversion() local
12526 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
12578 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
12584 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
12624 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
12630 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()