Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp66 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()
H A DPrettyClassLayoutGraphicalDumper.h47 LayoutItemBase *CurrentItem = nullptr;
49 LayoutItemBase *CurrentItem = nullptr; global() variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2001 llvm::Value *CurrentItem = in EmitObjCForCollectionStmt() local
2028 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()