Searched refs:elementLValue (Results 1 – 2 of 2) sorted by relevance
1619 LValue elementLValue; in EmitObjCForCollectionStmt() local1628 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1633 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1635 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1662 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1663 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1665 EmitScalarInit(CurrentItem, elementLValue); in EmitObjCForCollectionStmt()1730 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1731 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()
1873 LValue elementLValue; in EmitObjCForCollectionStmt() local1882 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1887 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1889 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1950 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1951 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1953 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2018 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2019 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()