Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSSet.cpp43 class NSSetISyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
45 NSSetISyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);
47 ~NSSetISyntheticFrontEnd() override;
377 return (new NSSetISyntheticFrontEnd(valobj_sp)); in NSSetSyntheticFrontEndCreator()
402 lldb_private::formatters::NSSetISyntheticFrontEnd::NSSetISyntheticFrontEnd( in NSSetISyntheticFrontEnd() function in lldb_private::formatters::NSSetISyntheticFrontEnd
409 lldb_private::formatters::NSSetISyntheticFrontEnd::~NSSetISyntheticFrontEnd() { in ~NSSetISyntheticFrontEnd()
417 lldb_private::formatters::NSSetISyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()
427 lldb_private::formatters::NSSetISyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()
433 bool lldb_private::formatters::NSSetISyntheticFrontEnd::Update() { in Update()
467 bool lldb_private::formatters::NSSetISyntheticFrontEnd::MightHaveChildren() { in MightHaveChildren()
[all …]