Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp357 if (Optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local
361 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()
364 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()
369 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
370 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()