Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance
1968 LValue elementLValue; in EmitObjCForCollectionStmt() local1977 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()1982 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()1984 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()2046 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2047 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()2049 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()2114 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()2115 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()