Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSDictionary.cpp144 class NSConstantDictionarySyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
146 NSConstantDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
565 return (new NSConstantDictionarySyntheticFrontEnd(valobj_sp)); in NSDictionarySyntheticFrontEndCreator()
870 lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::
871 NSConstantDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSConstantDictionarySyntheticFrontEnd() function in lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd
874 size_t lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::
883 size_t lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::
888 bool lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::Update() { in Update()
914 bool lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::
920 NSConstantDictionarySyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()