Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp376 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument
422 if (class_method_func) { in Describe()
431 class_method_func, in Describe()
H A DAppleObjCRuntimeV1.h83 &class_method_func,
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.h58 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
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h119 &class_method_func, in Describe() argument