Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp222 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
223 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
230 LibcxxSharedPtrSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
235 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
265 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update()
283 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
288 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
297 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
298 ~LibcxxSharedPtrSyntheticFrontEnd() = default;
303 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
H A DLibCxx.h94 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
96 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
108 ~LibcxxSharedPtrSyntheticFrontEnd() override;