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

/external/clang/lib/Sema/
H A DSemaOverload.cpp333 llvm::APSInt IntConstantValue; local
336 Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) {
339 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(),
342 llvm::APSInt ConvertedValue = IntConstantValue;
347 if (IntConstantValue != ConvertedValue) {
348 ConstantValue = APValue(IntConstantValue);

Completed in 371 milliseconds