Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h49 LayoutItemBase *CurrentItem = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1908 llvm::Value *CurrentItem = in EmitObjCForCollectionStmt() local
1933 IsKindOfClassSel, CurrentItem, in EmitObjCForCollectionStmt()
1941 ArrayRef<llvm::Constant *>(StaticData), CurrentItem); in EmitObjCForCollectionStmt()
1946 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType, in EmitObjCForCollectionStmt()
1953 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
1955 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()