Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstantValue

280 /// \param ConstantValue  If this is an NK_Constant_Narrowing conversion, the
287 APValue &ConstantValue,
332 ConstantValue = APValue(IntConstantValue);
352 if (Initializer->isCXX11ConstantExpr(Ctx, &ConstantValue)) {
354 assert(ConstantValue.isFloat());
355 llvm::APFloat FloatVal = ConstantValue.getFloat();
420 ConstantValue = APValue(InitializerValue);