Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
62 bool lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd::
83 return new LibcxxStdRangesRefViewSyntheticFrontEnd(valobj_sp); in LibcxxStdRangesRefViewSyntheticFrontEndCreator()