Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp33 class NSIndexPathSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
35 NSIndexPathSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSIndexPathSyntheticFrontEnd() function in NSIndexPathSyntheticFrontEnd
42 ~NSIndexPathSyntheticFrontEnd() override = default;
311 return new NSIndexPathSyntheticFrontEnd(valobj_sp); in NSIndexPathSyntheticFrontEndCreator()