Lines Matching refs:Conv
921 // C++11 [conv.mem]p2 does not cover this case for a cast from (B::*) to
1325 assert(E->isRValue() && "missing lvalue-to-rvalue conv in bool condition");
2469 /// \param Conv - The expression for which we are performing the conversion.
2475 static bool handleLValueToRValueConversion(EvalInfo &Info, const Expr *Conv,
2491 Info.Diag(Conv);
2498 return extractSubobject(Info, Conv, LitObj, LVal.Designator, RVal);
2505 return extractSubobject(Info, Conv, StrObj, LVal.Designator, RVal);
2509 CompleteObject Obj = findCompleteObject(Info, Conv, AK_Read, LVal, Type);
2510 return Obj && extractSubobject(Info, Conv, Obj, LVal.Designator, RVal);