Searched refs:LibcxxVectorBoolSyntheticFrontEnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp44 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class in namespace:lldb_private::formatters
46 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
173 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
174 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) function in class:lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
184 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
190 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex(
246 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() {
273 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
294 return new LibcxxVectorBoolSyntheticFrontEnd(valobj_sp);

Completed in 134 milliseconds