Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h83 &class_method_func,
H A DAppleObjCClassDescriptorV2.cpp527 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument
562 if (class_method_func) { in Describe()
571 class_method_func, in Describe()
H A DAppleObjCDeclVendor.cpp454 auto class_method_func = [log, interface_decl, in FinishDecl() local
511 class_method_func, ivar_func)) in FinishDecl()
H A DAppleObjCClassDescriptorV2.h61 std::function<bool(const char *, const char *)> const &class_method_func,
H A DAppleObjCRuntimeV1.cpp270 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h126 &class_method_func, in Describe() argument