Searched refs:instance_method_func (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCClassDescriptorV2.cpp | 359 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument 379 if (instance_method_func) { in Describe() 401 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe()
|
D | AppleObjCRuntimeV1.h | 75 &instance_method_func,
|
D | AppleObjCDeclVendor.cpp | 438 auto instance_method_func = in FinishDecl() local 512 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
|
D | AppleObjCClassDescriptorV2.h | 51 &instance_method_func,
|
D | AppleObjCRuntimeV1.cpp | 280 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.h | 107 &instance_method_func, in Describe() argument
|