Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp44 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
46 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
172 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
173 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEnd() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
183 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
189 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
245 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update()
272 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
293 return new LibcxxVectorBoolSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()