Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp317 llvm::APSInt IntConstantValue; in getNarrowingKind() local
320 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { in getNarrowingKind()
323 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), in getNarrowingKind()
326 llvm::APSInt ConvertedValue = IntConstantValue; in getNarrowingKind()
331 if (IntConstantValue != ConvertedValue) { in getNarrowingKind()
332 ConstantValue = APValue(IntConstantValue); in getNarrowingKind()