Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp177 class NSCFDictionarySyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
179 NSCFDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
581 return (new NSCFDictionarySyntheticFrontEnd(valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
737 lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
738 NSCFDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSCFDictionarySyntheticFrontEnd() function in lldb_private::formatters::NSCFDictionarySyntheticFrontEnd
742 size_t lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
751 size_t lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
758 bool lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::Update() { in Update()
774 bool lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::
780 lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::GetChildAtIndex( in GetChildAtIndex()