Lines Matching defs:Conv
4326 /// \param Conv - The expression for which we are performing the conversion.
4336 handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv, QualType Type,
4354 Info.FFDiag(Conv);
4378 Info.FFDiag(Conv);
4385 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal, AK);
4395 Info.FFDiag(Conv);
4400 Info.FFDiag(Conv, diag::note_constexpr_access_past_end) << AK;
4402 Info.FFDiag(Conv);
4411 CompleteObject Obj = findCompleteObject(Info, Conv, AK, LVal, Type);
4412 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal, AK);