Home
last modified time | relevance | path

Searched refs:class_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.cpp328 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument
369 if (class_method_func) { in Describe()
378 class_method_func, in Describe()
H A DAppleObjCRuntimeV1.h78 &class_method_func,
H A DAppleObjCDeclVendor.cpp473 auto class_method_func = [log, interface_decl, in FinishDecl() local
535 class_method_func, ivar_func)) in FinishDecl()
H A DAppleObjCClassDescriptorV2.h52 std::function<bool(const char *, const char *)> const &class_method_func,
H A DAppleObjCRuntimeV1.cpp281 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h109 &class_method_func, in Describe() argument