Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp549 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
550 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
556 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
562 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
590 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update()
609 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
614 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
623 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
624 ~LibcxxSharedPtrSyntheticFrontEnd() = default;
629 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
H A DLibCxx.h160 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
162 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
174 ~LibcxxSharedPtrSyntheticFrontEnd() override;