Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp489 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
490 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxUniquePtrSyntheticFrontEnd() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
496 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
497 ~LibcxxUniquePtrSyntheticFrontEnd() = default;
502 return (valobj_sp ? new LibcxxUniquePtrSyntheticFrontEnd(valobj_sp) in LibcxxUniquePtrSyntheticFrontEndCreator()
506 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
512 lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
523 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update()
538 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
543 size_t lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::
DLibCxx.h114 class LibcxxUniquePtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
116 LibcxxUniquePtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
128 ~LibcxxUniquePtrSyntheticFrontEnd() override;