Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1875 LValue elementLValue; in EmitObjCForCollectionStmt() local
1884 elementLValue = EmitLValue(&tempDRE); in EmitObjCForCollectionStmt()
1889 elementLValue.getQuals().setObjCLifetime(Qualifiers::OCL_ExplicitNone); in EmitObjCForCollectionStmt()
1891 elementLValue = LValue(); // suppress warning in EmitObjCForCollectionStmt()
1952 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
1953 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()
2020 elementLValue = EmitLValue(cast<Expr>(S.getElement())); in EmitObjCForCollectionStmt()
2021 EmitStoreThroughLValue(RValue::get(null), elementLValue); in EmitObjCForCollectionStmt()