Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp325 llvm::APSInt IntConstantValue; in getNarrowingKind() local
328 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()
331 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()
334 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()
339 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()
340 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()