Lines Matching defs:LibcxxStdAtomicSyntheticFrontEnd
87 class LibcxxStdAtomicSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
89 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
91 ~LibcxxStdAtomicSyntheticFrontEnd() override = default;
109 lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
110 LibcxxStdAtomicSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp)
114 lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() {
122 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
128 LibcxxStdAtomicSyntheticFrontEnd::CalculateNumChildren() {
133 lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::GetChildAtIndex(
140 size_t lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::
149 return new LibcxxStdAtomicSyntheticFrontEnd(valobj_sp);