Lines Matching refs:lookup_method

166 static tree lookup_method (tree, tree);
507 m = lookup_method (PROTOCOL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
509 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
516 m = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
518 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
1343 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1344 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
1348 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1349 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
5658 = lookup_method in objc_finish_message_expr()
5958 lookup_method (tree mchain, tree method) in lookup_method() function
6005 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6014 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6066 existing_method = lookup_method (CLASS_CLS_METHODS (klass), method); in objc_add_method()
6068 existing_method = lookup_method (CLASS_NST_METHODS (klass), method); in objc_add_method()
6099 existing_method = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (klass), method); in objc_add_method()
6101 existing_method = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method); in objc_add_method()
6595 if (!lookup_method (list, chain)) in check_methods()
6614 if (lookup_method (CLASS_NST_METHODS (interface), chain)) in check_methods()
6738 if (lookup_method (list, chain)) in check_methods_accessible()
7268 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_getter()
7449 if (lookup_method (CLASS_NST_METHODS (objc_implementation_context), in objc_synthesize_setter()
8054 tree getter_decl = lookup_method (CLASS_NST_METHODS (klass), in finish_class()
8084 tree setter_decl = lookup_method (CLASS_NST_METHODS (klass), in finish_class()