Home
last modified time | relevance | path

Searched refs:PrettySourceValue (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp6730 SmallString<64> PrettySourceValue; in DiagnoseOutOfRangeComparison() local
6731 llvm::raw_svector_ostream OS(PrettySourceValue); in DiagnoseOutOfRangeComparison()
6970 SmallString<16> PrettySourceValue; in DiagnoseFloatingLiteralImpCast() local
6973 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingLiteralImpCast()
6982 << FL->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingLiteralImpCast()
7343 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
7348 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()