Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVector.cpp45 class LibcxxVectorBoolSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
47 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
174 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
175 LibcxxVectorBoolSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxVectorBoolSyntheticFrontEnd() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
185 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
191 lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
247 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update()
274 size_t lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::
295 return new LibcxxVectorBoolSyntheticFrontEnd(valobj_sp); in LibcxxStdVectorSyntheticFrontEndCreator()