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.cpp274 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
275 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxSharedPtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
283 LibcxxSharedPtrSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
288 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
311 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update()
341 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
353 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
354 ~LibcxxSharedPtrSyntheticFrontEnd() = default;
359 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
H A DLibCxx.h107 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
109 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
119 ~LibcxxSharedPtrSyntheticFrontEnd() override;