Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp110 class NSErrorSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class
112 NSErrorSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp) in NSErrorSyntheticFrontEnd() function in NSErrorSyntheticFrontEnd
115 ~NSErrorSyntheticFrontEnd() override = default;
210 return (new NSErrorSyntheticFrontEnd(valobj_sp)); in NSErrorSyntheticFrontEndCreator()
212 return (new NSErrorSyntheticFrontEnd(valobj_sp)); in NSErrorSyntheticFrontEndCreator()