Searched refs:instance_method_func (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.cpp | 448 std::function<bool(const char *, const char *)> const &instance_method_func, in ProcessMethodList() argument 458 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in ProcessMethodList() 478 std::function<bool(const char *, const char *)> const &instance_method_func, in ProcessRelativeMethodLists() argument 513 if (!ProcessMethodList(instance_method_func, *method_list)) in ProcessRelativeMethodLists() 526 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument 546 if (instance_method_func) { in Describe() 549 if (!ProcessRelativeMethodLists(instance_method_func, in Describe() 557 if (!ProcessMethodList(instance_method_func, *base_method_list)) in Describe()
|
H A D | AppleObjCClassDescriptorV2.h | 60 &instance_method_func, 259 &instance_method_func, 264 &instance_method_func,
|
H A D | AppleObjCRuntimeV1.h | 81 &instance_method_func,
|
H A D | AppleObjCDeclVendor.cpp | 436 auto instance_method_func = in FinishDecl() local 510 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
|
H A D | AppleObjCRuntimeV1.cpp | 269 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
H A D | ObjCLanguageRuntime.h | 124 &instance_method_func, in Describe() argument
|