Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp930 class ObjCClassSyntheticChildrenFrontEnd : public SyntheticChildrenFrontEnd { class
932 ObjCClassSyntheticChildrenFrontEnd(lldb::ValueObjectSP valobj_sp) in ObjCClassSyntheticChildrenFrontEnd() function in ObjCClassSyntheticChildrenFrontEnd
935 ~ObjCClassSyntheticChildrenFrontEnd() override = default;
955 return new ObjCClassSyntheticChildrenFrontEnd(valobj_sp); in ObjCClassSyntheticFrontEndCreator()