Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4833 SmallString<64> PrettySourceValue; in DiagnoseOutOfRangeComparison() local
4834 llvm::raw_svector_ostream OS(PrettySourceValue); in DiagnoseOutOfRangeComparison()
5060 SmallString<16> PrettySourceValue; in DiagnoseFloatingLiteralImpCast() local
5061 Value.toString(PrettySourceValue); in DiagnoseFloatingLiteralImpCast()
5069 << FL->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingLiteralImpCast()
5312 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
5317 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()