Lines Matching refs:LibcxxStdAtomicSyntheticFrontEnd
88 class LibcxxStdAtomicSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
90 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
92 ~LibcxxStdAtomicSyntheticFrontEnd() override = default;
110 lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
111 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdAtomicSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd
114 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() { in Update()
122 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
127 size_t lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
133 lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
140 size_t lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
149 return new LibcxxStdAtomicSyntheticFrontEnd(valobj_sp); in LibcxxAtomicSyntheticFrontEndCreator()