Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1619 LValue elementLValue; in EmitObjCForCollectionStmt() local1628 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1633 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1635 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1662 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1663 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1665 EmitScalarInit(CurrentItem, elementLValue); in EmitObjCForCollectionStmt()1730 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1731 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()