Searched refs:SuggestedValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13825 std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue); local
13827 << ExprStr << toString(XorValue, 10, true) << SuggestedValue
13828 << FixItHint::CreateReplacement(ExprRange, SuggestedValue);

Completed in 271 milliseconds