Lines Matching refs:PrettySourceValue
10043 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
10044 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
10450 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
10453 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
10458 << PrettySourceValue); in DiagnoseFloatingImpCast()
10514 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
10518 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
11046 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
11047 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
11054 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
11105 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
11110 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()
11152 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
11157 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()