Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1876 LValue elementLValue; in EmitObjCForCollectionStmt() local1885 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1890 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1892 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()1954 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1957 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2022 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2023 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()