Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxRangesRefView.cpp23 class LibcxxStdRangesRefViewSyntheticFrontEnd class
26 LibcxxStdRangesRefViewSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
28 ~LibcxxStdRangesRefViewSyntheticFrontEnd() override = default;
55 lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd::
56 LibcxxStdRangesRefViewSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdRangesRefViewSyntheticFrontEnd() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
63 lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd::Update() { in Update()
84 return new LibcxxStdRangesRefViewSyntheticFrontEnd(valobj_sp); in LibcxxStdRangesRefViewSyntheticFrontEndCreator()