Searched refs:__objc_msg_forward2 (Results 1 – 3 of 3) sorted by relevance
114 objc_EXPORT IMP (*__objc_msg_forward2)(id, SEL); variable
76 IMP (*__objc_msg_forward2) (id, SEL) = NULL; variable121 if (__objc_msg_forward2) in __objc_get_forward_imp()124 if ((result = __objc_msg_forward2 (rcv, sel)) != NULL) in __objc_get_forward_imp()
1161 @code{__objc_msg_forward2}, which is called by1172 to return. So, in practice @code{__objc_msg_forward2} allows you to1183 In a typical forwarding implementation, the @code{__objc_msg_forward2}1207 @code{__objc_msg_forward2} hook.