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 D | AppleObjCRuntimeV1.h | 83 &class_method_func,
|
H A D | AppleObjCClassDescriptorV2.cpp | 527 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 D | AppleObjCDeclVendor.cpp | 454 auto class_method_func = [log, interface_decl, in FinishDecl() local 511 class_method_func, ivar_func)) in FinishDecl()
|
H A D | AppleObjCClassDescriptorV2.h | 61 std::function<bool(const char *, const char *)> const &class_method_func,
|
H A D | AppleObjCRuntimeV1.cpp | 270 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 D | ObjCLanguageRuntime.h | 126 &class_method_func, in Describe() argument
|