Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp409 if (std::optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local
413 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()
416 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()
421 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
422 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()