Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp175 class NSCFDictionarySyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
177 NSCFDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
576 return (new NSCFDictionarySyntheticFrontEnd(valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
732 lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
733 NSCFDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSCFDictionarySyntheticFrontEnd() function in lldb_private::formatters::NSCFDictionarySyntheticFrontEnd
737 size_t lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
746 size_t lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
753 bool lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::Update() { in Update()
769 bool lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
775 lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()