Lines Matching refs:PrettySourceValue
12753 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
12754 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
13172 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
13175 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
13181 << PrettySourceValue); in DiagnoseFloatingImpCast()
13237 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
13241 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
13852 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
13853 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
13860 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
13912 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
13918 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
13958 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
13964 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()