Searched refs:superclass_func (Results 1 – 6 of 6) sorted by relevance
79 &superclass_func,
525 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func, in Describe() argument543 if (m_name != NSObject_name && superclass_func) in Describe()544 superclass_func(objc_class->m_superclass); in Describe()
423 auto superclass_func = [interface_decl, in FinishDecl() local510 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
58 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func,
268 std::function<void(ObjCLanguageRuntime::ObjCISA)> const &superclass_func, in Describe() argument
122 Describe(std::function<void(ObjCISA)> const &superclass_func, in Describe() argument