Searched refs:instance_method_func (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 362 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument 382 if (instance_method_func) { in Describe() 404 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe()
|
| H A D | AppleObjCRuntimeV1.h | 81 &instance_method_func,
|
| H A D | AppleObjCDeclVendor.cpp | 438 auto instance_method_func = in FinishDecl() local 512 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
|
| H A D | AppleObjCClassDescriptorV2.h | 57 &instance_method_func,
|
| H A D | AppleObjCRuntimeV1.cpp | 280 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
| H A D | ObjCLanguageRuntime.h | 115 &instance_method_func, in Describe() argument
|