Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
387 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
393 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
421 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update()
440 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
445 size_t lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
454 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::
455 ~LibcxxSharedPtrSyntheticFrontEnd() = default;
460 return (valobj_sp ? new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp) in LibcxxSharedPtrSyntheticFrontEndCreator()
DLibCxx.h90 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
92 LibcxxSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
104 ~LibcxxSharedPtrSyntheticFrontEnd() override;