Searched refs:CurrentItem (Results 1 – 3 of 3) sorted by relevance
67 CurrentItem = Item; in start()69 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start()110 assert(CurrentItem != nullptr); in dump()113 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem); in dump()154 if (CurrentItem != nullptr) { in dump()156 static_cast<DataMemberLayoutItem &>(*CurrentItem); in dump()172 assert(CurrentItem != nullptr); in dump()
50 LayoutItemBase *CurrentItem = nullptr; variable
1652 llvm::Value *CurrentItem = in EmitObjCForCollectionStmt() local1656 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType, in EmitObjCForCollectionStmt()1663 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()1665 EmitScalarInit(CurrentItem, elementLValue); in EmitObjCForCollectionStmt()