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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h103 Describe(std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
H A DAppleObjCClassDescriptorV2.cpp337 ClassDescriptorV2::Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func, argument
355 if (m_name != NSObject_name && superclass_func)
356 superclass_func(objc_class->m_superclass);
H A DAppleObjCClassDescriptorV2.h65 Describe(std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
H A DAppleObjCDeclVendor.cpp440 auto superclass_func = [interface_decl, this](ObjCLanguageRuntime::ObjCISA isa)
533 if (!descriptor->Describe(superclass_func,
H A DAppleObjCRuntimeV1.cpp285 AppleObjCRuntimeV1::ClassDescriptorV1::Describe (std::function <void (ObjCLanguageRuntime::ObjCISA)> const &superclass_func, argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h132 Describe (std::function <void (ObjCISA)> const &superclass_func, argument

Completed in 171 milliseconds