Searched refs:objc_add_method (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-act.c | 126 static tree objc_add_method (tree, tree, int, bool); 2009 objc_add_method (objc_interface_context, in objc_add_method_declaration() 2045 objc_add_method (objc_implementation_context, in objc_start_method_definition() 5954 objc_add_method (tree klass, tree method, int is_class, bool is_optional) in objc_add_method() function 7964 objc_add_method (objc_interface_context, getter_decl, false, true); in finish_class() 7966 objc_add_method (objc_interface_context, getter_decl, false, false); in finish_class() 8008 objc_add_method (objc_interface_context, setter_decl, false, true); in finish_class() 8010 objc_add_method (objc_interface_context, setter_decl, false, false); in finish_class() 8738 objc_add_method (interface, copy_node (method), in really_start_method()
|