Lines Matching defs:CopyArrayElem
3667 const Expr *CopyArrayElem = CopyArrayElems[I];
3671 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
3674 LValue SrcLVal = CGF.EmitLValue(CopyArrayElem);
3778 for (const Expr *CopyArrayElem : CopyArrayElems) {
3786 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
3788 LHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress();
3797 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
3799 RHSAddr = CGF.EmitLValue(CopyArrayElem).getAddress();
5590 const Expr *CopyArrayElem = CopyArrayElems[I];
5594 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
5596 LValue DestLVal = EmitLValue(CopyArrayElem);
5631 const Expr *CopyArrayElem = CopyArrayElems[I];
5635 cast<ArraySubscriptExpr>(CopyArrayElem)->getIdx()),
5637 LValue SrcLVal = EmitLValue(CopyArrayElem);