Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1882 LValue elementLValue; in EmitObjCForCollectionStmt() local1891 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1896 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1898 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1959 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1960 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1962 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2027 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2028 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()