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.cpp1512 if (Layer->getItem().getKind() == in findConstructionContexts()
1521 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.h157 auto *LocalPtr = I.getItem(); in condense()
279 auto *LocalPtr = I.getItem(); in findAll()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp367 cmd_baton->getItem()->SerializeToStructuredData(); in SerializeToStructuredData()
454 CommandData *data = cmd_baton->getItem(); in GetCommandLineCallbacks()
564 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.cpp132 const ConstructionContextItem &getItem() const { return Impl.first; } in getItem() function in __anon289504840111::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/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h226 const ConstructionContextItem &getItem() const { return Item; } in getItem() function