Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp170 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
171 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
177 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { in Update()
282 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
288 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
297 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
302 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
311 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
312 ~LibCxxMapIteratorSyntheticFrontEnd() { in ~LibCxxMapIteratorSyntheticFrontEnd()
320 return (valobj_sp ? new LibCxxMapIteratorSyntheticFrontEnd(valobj_sp) in LibCxxMapIteratorSyntheticFrontEndCreator()
H A DLibCxx.h58 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
60 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
72 ~LibCxxMapIteratorSyntheticFrontEnd() override;