Home
last modified time | relevance | path

Searched refs:instance_method_func (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp375 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
395 if (instance_method_func) { in Describe()
417 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe()
H A DAppleObjCRuntimeV1.h81 &instance_method_func,
H A DAppleObjCDeclVendor.cpp436 auto instance_method_func = in FinishDecl() local
510 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
H A DAppleObjCClassDescriptorV2.h57 &instance_method_func,
H A DAppleObjCRuntimeV1.cpp269 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h117 &instance_method_func, in Describe() argument