Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1923 LValue elementLValue; in EmitObjCForCollectionStmt() local
1932 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()
1937 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()
1939 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()
2000 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
2001 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
2003 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()
2068 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
2069 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()