Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp45 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
47 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
171 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
172 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEnd() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
182 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
188 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
244 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update()
269 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
290 return new LibcxxVectorBoolSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()