Home
last modified time | relevance | path

Searched refs:LibcxxSharedPtrSyntheticFrontEnd (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp380 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
381 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
388 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
394 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
439 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update()
463 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
468 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
479 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
480 ~LibcxxSharedPtrSyntheticFrontEnd() = default;
485 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
DLibCxx.h90 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
92 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
104 ~LibcxxSharedPtrSyntheticFrontEnd() override;