reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
352 if (Initializer->isIntegerConstantExpr(IntConstantValue, Ctx)) { 355 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), 355 Result.convertFromAPInt(IntConstantValue, IntConstantValue.isSigned(), 358 llvm::APSInt ConvertedValue = IntConstantValue; 363 if (IntConstantValue != ConvertedValue) { 364 ConstantValue = APValue(IntConstantValue);