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);
157 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
158 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEnd() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
169 LibcxxVectorBoolSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
174 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
231 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update()
256 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
277 return new LibcxxVectorBoolSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()