Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1729 LValue elementLValue; in EmitObjCForCollectionStmt() local1738 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1743 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1745 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1772 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1773 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1775 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()1840 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1841 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()