Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxx.cpp206 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
207 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in LibCxxMapIteratorSyntheticFrontEnd() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
213 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { in Update()
318 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
324 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()
333 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
338 size_t lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
347 lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::
348 ~LibCxxMapIteratorSyntheticFrontEnd() { in ~LibCxxMapIteratorSyntheticFrontEnd()
356 return (valobj_sp ? new LibCxxMapIteratorSyntheticFrontEnd(valobj_sp) in LibCxxMapIteratorSyntheticFrontEndCreator()
DLibCxx.h61 class LibCxxMapIteratorSyntheticFrontEnd : public SyntheticChildrenFrontEnd {
63 LibCxxMapIteratorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
75 ~LibCxxMapIteratorSyntheticFrontEnd() override;