Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp12237 if (Optional<llvm::APSInt> SourceInt = in CheckImplicitConversion() local
12246 *SourceInt, SourceBT->isSignedInteger(), in CheckImplicitConversion()
12250 std::string PrettySourceValue = SourceInt->toString(10); in CheckImplicitConversion()