Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp358 if (Optional<llvm::APSInt> IntConstantValue = in getNarrowingKind() local
362 Result.convertFromAPInt(*IntConstantValue, IntConstantValue->isSigned(), in getNarrowingKind()
365 llvm::APSInt ConvertedValue = *IntConstantValue; in getNarrowingKind()
370 if (*IntConstantValue != ConvertedValue) { in getNarrowingKind()
371 ConstantValue = APValue(*IntConstantValue); in getNarrowingKind()