Searched refs:lookup_method_static (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 167 static tree lookup_method_static (tree, tree, int); 1395 getter = lookup_method_static (interface, getter_name, flags); in maybe_make_artificial_property_decl() 1396 setter = lookup_method_static (interface, setter_name, flags); in maybe_make_artificial_property_decl() 5729 = lookup_method_static (rtype, sel_name, class_tree != NULL_TREE); in objc_finish_message_expr() 6077 lookup_method_static (tree interface, tree ident, int flags) in lookup_method_static() function 6135 return lookup_method_static (root_inter, ident, 0); in lookup_method_static() 6725 if (lookup_method_static (interface, chain, 0)) in check_methods() 7374 decl = lookup_method_static (klass, PROPERTY_GETTER_NAME (property), 0); in objc_synthesize_getter() 7555 decl = lookup_method_static (klass, PROPERTY_SETTER_NAME (property), 0); in objc_synthesize_setter() 8922 = lookup_method_static (implementation_template, in really_start_method()
|
| H A D | ChangeLog | 1956 (lookup_method_static): Implemented 3699 (lookup_method_static): Add support to end search at superclasses.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 167 static tree lookup_method_static (tree, tree, int); 1332 getter = lookup_method_static (interface, getter_name, flags); in maybe_make_artificial_property_decl() 1333 setter = lookup_method_static (interface, setter_name, flags); in maybe_make_artificial_property_decl() 5650 = lookup_method_static (rtype, sel_name, class_tree != NULL_TREE); in objc_finish_message_expr() 5991 lookup_method_static (tree interface, tree ident, int flags) in lookup_method_static() function 6049 return lookup_method_static (root_inter, ident, 0); in lookup_method_static() 6639 if (lookup_method_static (interface, chain, 0)) in check_methods() 7274 decl = lookup_method_static (klass, PROPERTY_GETTER_NAME (property), 0); in objc_synthesize_getter() 7455 decl = lookup_method_static (klass, PROPERTY_SETTER_NAME (property), 0); in objc_synthesize_setter() 8797 = lookup_method_static (implementation_template, in really_start_method()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2003 | 7823 Fold into a single lookup_method_static() function with an 7850 (really_start_method): Use lookup_method_static() instead of
|