Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1924 LValue elementLValue; in EmitObjCForCollectionStmt() local1933 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1938 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1940 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()2001 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2002 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()2004 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2069 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2070 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()