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

/external/clang/lib/Sema/
H A DSemaOverload.cpp316 llvm::APSInt IntConstantValue; local
319 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) {
322 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
325 llvm::APSInt ConvertedValue = IntConstantValue;
330 if (IntConstantValue != ConvertedValue) {
331 ConstantValue = APValue(IntConstantValue);

Completed in 167 milliseconds