Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp361 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func, in Describe() argument
379 if (m_name != NSObject_name && superclass_func) in Describe()
380 superclass_func(objc_class->m_superclass); in Describe()
H A DAppleObjCRuntimeV1.h79 &superclass_func,
H A DAppleObjCDeclVendor.cpp425 auto superclass_func = [interface_decl, in FinishDecl() local
512 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
H A DAppleObjCClassDescriptorV2.h55 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
H A DAppleObjCRuntimeV1.cpp279 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func, in Describe() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h113 Describe(std::function<void(ObjCISA)> const &superclass_func, in Describe() argument