Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp45 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
47 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
179 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
180 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEnd() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
191 LibcxxVectorBoolSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
196 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
243 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update()
269 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
296 return new LibcxxVectorBoolSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()