Home | History | Annotate | Download | only in objc

Lines Matching defs:existing_method

6149   tree existing_method = NULL_TREE;
6154 existing_method = lookup_method (CLASS_CLS_METHODS (klass), method);
6156 existing_method = lookup_method (CLASS_NST_METHODS (klass), method);
6171 if (is_optional && existing_method)
6175 METHOD_SEL_NAME (existing_method));
6176 inform (DECL_SOURCE_LOCATION (existing_method),
6179 METHOD_SEL_NAME (existing_method));
6184 if (!existing_method)
6187 existing_method = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (klass), method);
6189 existing_method = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (klass), method);
6191 if (!is_optional && existing_method)
6195 METHOD_SEL_NAME (existing_method));
6196 inform (DECL_SOURCE_LOCATION (existing_method),
6199 METHOD_SEL_NAME (existing_method));
6205 if (!existing_method)
6255 && !comp_proto_with_proto (method, existing_method, 1))
6259 METHOD_SEL_NAME (existing_method));
6260 inform (DECL_SOURCE_LOCATION (existing_method),
6263 METHOD_SEL_NAME (existing_method));