Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp1023 class ObjCClassSyntheticChildrenFrontEnd : public SyntheticChildrenFrontEnd { class
1025 ObjCClassSyntheticChildrenFrontEnd(lldb::ValueObjectSP valobj_sp) in ObjCClassSyntheticChildrenFrontEnd() function in ObjCClassSyntheticChildrenFrontEnd
1028 ~ObjCClassSyntheticChildrenFrontEnd() override = default;
1048 return new ObjCClassSyntheticChildrenFrontEnd(valobj_sp); in ObjCClassSyntheticFrontEndCreator()