Searched refs:PrettySourceValue (Results 1 – 1 of 1) sorted by relevance
14816 SmallString<64> PrettySourceValue; in CheckTautologicalComparison() local14817 llvm::raw_svector_ostream OS(PrettySourceValue); in CheckTautologicalComparison()15244 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local15247 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() local15934 SourceInt->toString(PrettySourceValue, 10); in CheckImplicitConversion()15993 std::string PrettySourceValue = toString(Value, 10); in CheckImplicitConversion() local[all …]