Lines Matching refs:lookup_method

175 static tree lookup_method (tree, tree);
495 m = lookup_method (PROTOCOL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
497 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
504 m = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
506 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
1263 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1264 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
1268 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1269 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
5550 = lookup_method in objc_finish_message_expr()
5853 lookup_method (tree mchain, tree method) in lookup_method() function
5900 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
5909 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
5961 existing_method = lookup_method (CLASS_CLS_METHODS (klass), method); in objc_add_method()
5963 existing_method = lookup_method (CLASS_NST_METHODS (klass), method); in objc_add_method()
5994 existing_method = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (klass), method); in objc_add_method()
5996 existing_method = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method); in objc_add_method()
6490 if (!lookup_method (list, chain)) in check_methods()
6509 if (lookup_method (CLASS_NST_METHODS (interface), chain)) in check_methods()
6633 if (lookup_method (list, chain)) in check_methods_accessible()
7163 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_getter()
7343 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_setter()
7945 tree getter_decl = lookup_method (CLASS_NST_METHODS (klass), in finish_class()
7975 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass), in finish_class()