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

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

Completed in 81 milliseconds