Home
last modified time | relevance | path

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

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