Lines Matching refs:first_method
5053 tree first_method; in check_duplicates() local
5064 first_method = TREE_VEC_ELT (method, 0); in check_duplicates()
5073 if (!comp_proto_with_proto (first_method, TREE_VEC_ELT (method, i), 0)) in check_duplicates()
5076 return first_method; in check_duplicates()
5082 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5087 METHOD_SEL_NAME (first_method)); in check_duplicates()
5088 inform (DECL_SOURCE_LOCATION (first_method), "using %<%c%s%>", in check_duplicates()
5090 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5094 bool type = TREE_CODE (first_method) == INSTANCE_METHOD_DECL; in check_duplicates()
5099 METHOD_SEL_NAME (first_method)); in check_duplicates()
5100 inform (DECL_SOURCE_LOCATION (first_method), "found %<%c%s%>", in check_duplicates()
5102 identifier_to_locale (gen_method_decl (first_method))); in check_duplicates()
5114 return first_method; in check_duplicates()