Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp209 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
210 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
216 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { in Update()
337 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
343 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
352 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
357 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
366 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
367 ~LibCxxMapIteratorSyntheticFrontEnd() { in ~LibCxxMapIteratorSyntheticFrontEnd()
375 return (valobj_sp ? new LibCxxMapIteratorSyntheticFrontEnd(valobj_sp) in LibCxxMapIteratorSyntheticFrontEndCreator()
H A DLibCxx.h81 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
83 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
95 ~LibCxxMapIteratorSyntheticFrontEnd() override;