Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1934 LValue elementLValue; in EmitObjCForCollectionStmt() local1943 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1948 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1950 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()2011 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2012 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()2014 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2079 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2080 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()