Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1876 LValue elementLValue; in EmitObjCForCollectionStmt() local
1885 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()