Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp188 class LibcxxStdMapSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
190 LibcxxStdMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
192 ~LibcxxStdMapSyntheticFrontEnd() override = default;
250 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
251 LibcxxStdMapSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibcxxStdMapSyntheticFrontEnd() function in lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd
258 LibcxxStdMapSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
279 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetKeyValuePair( in GetKeyValuePair()
319 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
367 lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::Update() { in Update()
381 bool lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
[all …]