Home
last modified time | relevance | path

Searched refs:elementLValue (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGObjC.cpp1624 LValue elementLValue; in EmitObjCForCollectionStmt() local
1633 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()
1638 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()
1640 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()
1667 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
1668 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1670 EmitScalarInit(CurrentItem, elementLValue); in EmitObjCForCollectionStmt()
1735 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
1736 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()