Searched refs:class_method_func (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCClassDescriptorV2.cpp | 360 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument 406 if (class_method_func) { in Describe() 415 class_method_func, in Describe()
|
D | AppleObjCRuntimeV1.h | 77 &class_method_func,
|
D | AppleObjCDeclVendor.cpp | 456 auto class_method_func = [log, interface_decl, in FinishDecl() local 513 class_method_func, ivar_func)) in FinishDecl()
|
D | AppleObjCClassDescriptorV2.h | 52 std::function<bool(const char *, const char *)> const &class_method_func,
|
D | AppleObjCRuntimeV1.cpp | 281 std::function<bool(const char *, const char *)> const &class_method_func, in Describe() argument
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ |
D | ObjCLanguageRuntime.h | 109 &class_method_func, in Describe() argument
|