Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6007 SmallString<64> PrettySourceValue; in DiagnoseOutOfRangeComparison() local
6008 llvm::raw_svector_ostream OS(PrettySourceValue); in DiagnoseOutOfRangeComparison()
6247 SmallString<16> PrettySourceValue; in DiagnoseFloatingLiteralImpCast() local
6250 Value.toString(PrettySourceValue, precision); in DiagnoseFloatingLiteralImpCast()
6259 << FL->getType() << T.getUnqualifiedType() << PrettySourceValue in DiagnoseFloatingLiteralImpCast()
6510 std::string PrettySourceValue = Value.toString(10); in CheckImplicitConversion() local
6515 << PrettySourceValue << PrettyTargetValue in CheckImplicitConversion()