Searched defs:getItem (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | Baton.h | 66 T *getItem() { return Item.get(); } in getItem() function |
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | PybindUtils.h |
|
H A D | IRAttributes.cpp | 207 EltTy getItem(intptr_t i) { return DerivedT::getElement(*this, i); } getItem() function in __anon5898d0ac0111::PyDenseArrayAttribute |
/llvm-project/llvm/include/llvm/Support/ | ||
H A D | OnDiskHashTable.h | 489 const unsigned char *getItem() const { in getItem() function |
/llvm-project/clang/include/clang/Analysis/ | ||
H A D | ConstructionContext.h | 226 const ConstructionContextItem &getItem() const { return Item; } in getItem() function |
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | ExprEngine.cpp | 132 const ConstructionContextItem &getItem() const { return Impl.first; } in getItem() function in __anonf2d84e570111::ConstructedObjectKey |