Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp100 class NSDictionaryISyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
102 NSDictionaryISyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
104 ~NSDictionaryISyntheticFrontEnd() override;
559 return (new NSDictionaryISyntheticFrontEnd(valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
588 lldb_private::formatters::NSDictionaryISyntheticFrontEnd::
589 NSDictionaryISyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSDictionaryISyntheticFrontEnd() function in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
592 lldb_private::formatters::NSDictionaryISyntheticFrontEnd::
593 ~NSDictionaryISyntheticFrontEnd() { in ~NSDictionaryISyntheticFrontEnd()
600 size_t lldb_private::formatters::NSDictionaryISyntheticFrontEnd::
610 NSDictionaryISyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
[all …]