Searched refs:CurrentItem (Results 1 – 3 of 3) sorted by relevance
66 CurrentItem = Item; in start()68 VTableLayoutItem &Layout = static_cast<VTableLayoutItem &>(*CurrentItem); in start()109 assert(CurrentItem != nullptr); in dump()112 BaseClassLayout &Layout = static_cast<BaseClassLayout &>(*CurrentItem); in dump()153 if (CurrentItem != nullptr) { in dump()155 static_cast<DataMemberLayoutItem &>(*CurrentItem); in dump()171 assert(CurrentItem != nullptr); in dump()
47 LayoutItemBase *CurrentItem = nullptr;49 LayoutItemBase *CurrentItem = nullptr; global() variable
2001 llvm::Value *CurrentItem = in EmitObjCForCollectionStmt() local2028 IsKindOfClassSel, CurrentItem, in EmitObjCForCollectionStmt()2035 ArrayRef<llvm::Constant *>(StaticData), CurrentItem); in EmitObjCForCollectionStmt()2040 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType, in EmitObjCForCollectionStmt()2047 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()2049 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()