Searched refs:methods_and_args (Results 1 – 1 of 1) sorted by relevance
3943 let methods_and_args = method.format_method_call(&fn_args); in objc_method_codegen() localVariable3952 msg_send!(class!(#class_name), #methods_and_args) in objc_method_codegen()3956 msg_send!(*self, #methods_and_args) in objc_method_codegen()