Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDBaton.h66 T *getItem() { return Item.get(); } in getItem() function
67 const T *getItem() const { return Item.get(); } in getItem() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBBreakpointOptionCommon.cpp45 getItem()->callback = callback; in SBBreakpointCallbackBaton()
46 getItem()->callback_baton = baton; in SBBreakpointCallbackBaton()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDConstructionContext.cpp71 const ConstructionContextItem &ElidedItem = ParentLayer->getItem(); in createMaterializedTemporaryFromLayers()
107 const ConstructionContextItem &ParentItem = ParentLayer->getItem(); in createBoundTemporaryFromLayers()
175 const ConstructionContextItem &TopItem = TopLayer->getItem(); in createFromLayers()
HDCFG.cpp1512 if (Layer->getItem().getKind() == in findConstructionContexts()
1521 if (Layer->getItem().getKind() != in findConstructionContexts()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDOnDiskHashTable.h489 const unsigned char *getItem() const { in getItem() function
526 auto *LocalPtr = this->getItem(); in getInternalKey()
572 auto *LocalPtr = this->getItem();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDMultiOnDiskHashTable.h157 auto *LocalPtr = I.getItem(); in condense()
279 auto *LocalPtr = I.getItem(); in findAll()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp367 cmd_baton->getItem()->SerializeToStructuredData(); in SerializeToStructuredData()
454 CommandData *data = cmd_baton->getItem(); in GetCommandLineCallbacks()
564 const CommandData *data = getItem(); in GetDescription()
HDWatchpointOptions.cpp160 const CommandData *data = getItem(); in GetDescription()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngine.cpp132 const ConstructionContextItem &getItem() const { return Impl.first; } in getItem() function in __anond0cd9abd0111::ConstructedObjectKey
141 const Stmt *S = getItem().getStmtOrNull(); in printJson()
144 I = getItem().getCXXCtorInitializer(); in printJson()
152 Out << ", \"kind\": \"" << getItem().getKindAsString() in printJson()
155 if (getItem().getKind() == ConstructionContextItem::ArgumentKind) in printJson()
156 Out << getItem().getIndex(); in printJson()
593 Key.getItem().getKind() == in addObjectUnderConstruction()
2937 assert(I.first.getItem().getKind() == in processEndOfFunction()
2939 I.first.getItem().getKind() == in processEndOfFunction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDConstructionContext.h226 const ConstructionContextItem &getItem() const { return Item; } in getItem() function