Searched refs:PrettySourceValue (Results 1 – 1 of 1) sorted by relevance
12753 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local12754 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()13172 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local13175 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() local13853 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()13912 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local[all …]