Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp1729 LValue elementLValue; in EmitObjCForCollectionStmt() local
1738 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()
1743 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()
1745 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()
1772 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
1773 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1775 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()
1840 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
1841 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()