Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp143 class NSConstantDictionarySyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
145 NSConstantDictionarySyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
561 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::
884 NSConstantDictionarySyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
889 lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::Update() { in Update()
917 bool lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::
923 NSConstantDictionarySyntheticFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()