Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7623 SmallString<64> PrettySourceValue; in DiagnoseOutOfRangeComparison() local
7624 llvm::raw_svector_ostream OS(PrettySourceValue); in DiagnoseOutOfRangeComparison()
7913 SmallString<16> PrettySourceValue; in DiagnoseFloatingImpCast() local
7916 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingImpCast()
7928 << PrettySourceValue << PrettyTargetValue in DiagnoseFloatingImpCast()
7932 << E->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingImpCast()
8324 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
8329 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()
8355 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
8361 << PrettySourceValue << PrettyTargetValue << E->getType() << T in CheckImplicitConversion()