Lines Matching defs:LibcxxStdSpanSyntheticFrontEnd
24 class LibcxxStdSpanSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
26 LibcxxStdSpanSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
28 ~LibcxxStdSpanSyntheticFrontEnd() override = default;
69 lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::
70 LibcxxStdSpanSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp)
77 LibcxxStdSpanSyntheticFrontEnd::CalculateNumChildren() {
82 lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::GetChildAtIndex(
97 lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() {
129 bool lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::
134 size_t lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::
149 return new LibcxxStdSpanSyntheticFrontEnd(valobj_sp);