Home
last modified time | relevance | path

Searched refs:getItem (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBaton.h66 T *getItem() { return Item.get(); } in getItem() function
67 const T *getItem() const { return Item.get(); } in getItem() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp45 getItem()->callback = callback; in SBBreakpointCallbackBaton()
46 getItem()->callback_baton = baton; in SBBreakpointCallbackBaton()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp71 const ConstructionContextItem &ElidedItem = ParentLayer->getItem(); in createMaterializedTemporaryFromLayers()
107 const ConstructionContextItem &ParentItem = ParentLayer->getItem(); in createBoundTemporaryFromLayers()
175 const ConstructionContextItem &TopItem = TopLayer->getItem(); in createFromLayers()
H A DCFG.cpp1600 if (Layer->getItem().getKind() == in findConstructionContexts()
1609 if (Layer->getItem().getKind() != in findConstructionContexts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h489 const unsigned char *getItem() const { in getItem() function
526 auto *LocalPtr = this->getItem(); in getInternalKey()
572 auto *LocalPtr = this->getItem();
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h155 auto *LocalPtr = I.getItem(); in condense()
276 auto *LocalPtr = I.getItem(); in findAll()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp368 cmd_baton->getItem()->SerializeToStructuredData(); in SerializeToStructuredData()
456 CommandData *data = cmd_baton->getItem(); in GetCommandLineCallbacks()
557 const CommandData *data = getItem(); in GetDescription()
H A DWatchpointOptions.cpp160 const CommandData *data = getItem(); in GetDescription()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp133 const ConstructionContextItem &getItem() const { return Impl.first; } in getItem() function in __anon289504840111::ConstructedObjectKey
142 const Stmt *S = getItem().getStmtOrNull(); in printJson()
145 I = getItem().getCXXCtorInitializer(); in printJson()
153 Out << ", \"kind\": \"" << getItem().getKindAsString() in printJson()
156 if (getItem().getKind() == ConstructionContextItem::ArgumentKind) in printJson()
157 Out << getItem().getIndex(); in printJson()
594 Key.getItem().getKind() == in addObjectUnderConstruction()
3044 assert(I.first.getItem().getKind() == in processEndOfFunction()
3046 I.first.getItem().getKind() == in processEndOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h226 const ConstructionContextItem &getItem() const { return Item; } in getItem() function