Home
last modified time | relevance | path

Searched defs:class_method_func (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp281 std::function<bool(const char *, const char *)> const &class_method_func, in Describe()
H A DAppleObjCClassDescriptorV2.cpp328 std::function<bool(const char *, const char *)> const &class_method_func, in Describe()
H A DAppleObjCDeclVendor.cpp473 auto class_method_func = [log, interface_decl, in FinishDecl() local
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h109 &class_method_func, in Describe()