Lines Matching refs:PrettySourceValue
13076 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local
13077 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()
13503 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
13506 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
13512 << PrettySourceValue); in DiagnoseFloatingImpCast()
13568 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
13572 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
14184 SmallString<32> PrettySourceValue; in CheckImplicitConversion() local
14185 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()
14192 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
14244 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
14250 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()
14290 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local
14296 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()