Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp67 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()
H A DPrettyClassLayoutGraphicalDumper.h49 LayoutItemBase *CurrentItem = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjC.cpp1967 llvm::Value *CurrentItem = in EmitObjCForCollectionStmt() local
1992 IsKindOfClassSel, CurrentItem, in EmitObjCForCollectionStmt()
2000 ArrayRef<llvm::Constant *>(StaticData), CurrentItem); in EmitObjCForCollectionStmt()
2005 CurrentItem = Builder.CreateBitCast(CurrentItem, convertedElementType, in EmitObjCForCollectionStmt()
2012 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue); in EmitObjCForCollectionStmt()
2014 EmitStoreThroughLValue(RValue::get(CurrentItem), elementLValue, in EmitObjCForCollectionStmt()