Lines Matching refs:PrettySourceValue
14816 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
14817 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
15244 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
15247 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
15253 << PrettySourceValue); in DiagnoseFloatingImpCast()
15309 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
15313 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
15933 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
15934 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
15941 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
15993 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
15999 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
16039 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
16045 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()