Lines Matching defs:CopyArrayElem
3721 const Expr *CopyArrayElem = CopyArrayElems[I];
3725 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
3728 LValue SrcLVal = CGF.EmitLValue(CopyArrayElem);
3832 for (const Expr *CopyArrayElem : CopyArrayElems) {
3840 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
3842 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress();
3851 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
3853 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress();
5707 const Expr *CopyArrayElem = CopyArrayElems[I];
5711 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
5713 LValue DestLVal = EmitLValue(CopyArrayElem);
5748 const Expr *CopyArrayElem = CopyArrayElems[I];
5752 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
5754 LValue SrcLVal = EmitLValue(CopyArrayElem);