Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp327 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
347 if (instance_method_func) { in Describe()
364 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe()
H A DAppleObjCRuntimeV1.h76 &instance_method_func,
H A DAppleObjCDeclVendor.cpp454 auto instance_method_func = in FinishDecl() local
534 if (!descriptor->Describe(superclass_func, instance_method_func, in FinishDecl()
H A DAppleObjCClassDescriptorV2.h51 &instance_method_func,
H A DAppleObjCRuntimeV1.cpp280 std::function<bool(const char *, const char *)> const &instance_method_func, in Describe() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h107 &instance_method_func, in Describe() argument