Lines Matching refs:first_method
5158 tree first_method; in check_duplicates() local
5169 first_method = TREE_VEC_ELT (method, 0); in check_duplicates()
5178 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5181 return first_method; in check_duplicates()
5187 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5192 METHOD_SEL_NAME (first_method)); in check_duplicates()
5193 inform (DECL_SOURCE_LOCATION (first_method), "using %<%c%s%>", in check_duplicates()
5195 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5199 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5204 METHOD_SEL_NAME (first_method)); in check_duplicates()
5205 inform (DECL_SOURCE_LOCATION (first_method), "found %<%c%s%>", in check_duplicates()
5207 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5219 return first_method; in check_duplicates()