Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp307 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
308 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
314 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
315 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
320 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
325 LibcxxUniquePtrSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
332 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
355 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
377 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
382 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
H A DLibCxx.h114 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
116 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
128 ~LibcxxUniquePtrSyntheticFrontEnd() override;