Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.h86 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
88 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
100 ~LibCxxMapIteratorSyntheticFrontEnd() override;
H A DLibCxx.cpp227 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
228 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
234 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { in Update()
353 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
359 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
368 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
373 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
382 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
383 ~LibCxxMapIteratorSyntheticFrontEnd() { in ~LibCxxMapIteratorSyntheticFrontEnd()
391 return (valobj_sp ? new LibCxxMapIteratorSyntheticFrontEnd(valobj_sp) in LibCxxMapIteratorSyntheticFrontEndCreator()