Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
314 return new NSIndexPathSyntheticFrontEnd(valobj_sp); in NSIndexPathSyntheticFrontEndCreator()