Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp32 class NSIndexPathSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
34 NSIndexPathSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSIndexPathSyntheticFrontEnd() function in NSIndexPathSyntheticFrontEnd
41 ~NSIndexPathSyntheticFrontEnd() override = default;
316 return new NSIndexPathSyntheticFrontEnd(valobj_sp); in NSIndexPathSyntheticFrontEndCreator()