Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.h165 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
167 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
179 ~LibcxxSharedPtrSyntheticFrontEnd() override;
H A DLibCxx.cpp561 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
562 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
568 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
574 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
603 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update()
621 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
626 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
635 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
636 ~LibcxxSharedPtrSyntheticFrontEnd() = default;
641 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()