Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1034 class ObjCClassSyntheticChildrenFrontEnd : public SyntheticChildrenFrontEnd { class
1036 ObjCClassSyntheticChildrenFrontEnd(lldb::ValueObjectSP valobj_sp) in ObjCClassSyntheticChildrenFrontEnd() function in ObjCClassSyntheticChildrenFrontEnd
1039 ~ObjCClassSyntheticChildrenFrontEnd() override = default;
1061 return new ObjCClassSyntheticChildrenFrontEnd(valobj_sp); in ObjCClassSyntheticFrontEndCreator()