Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1923 LValue elementLValue; in EmitObjCForCollectionStmt() local1932 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1937 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1939 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()2000 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2001 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()2003 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2068 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2069 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()