Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1574 LValue elementLValue; in EmitObjCForCollectionStmt() local1583 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1588 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1590 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1616 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1617 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1619 EmitScalarInit(CurrentItem, elementLValue); in EmitObjCForCollectionStmt()1684 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1685 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()