Lines Matching defs:first
119 enum_type_decl_sptr first = d.first_enum(), second = d.second_enum();
125 if (filtering::has_enum_decl_only_def_change(first, second))
128 first->get_is_declaration_only()
141 report_name_size_and_alignment_changes(first, second, ctxt,
143 maybe_report_diff_for_member(first, second, ctxt, out, indent);
204 << i->first.get_qualified_name()
206 << i->first.get_value() << "' to '"
885 class_or_union_sptr first = d.first_class_or_union(),
892 if (filtering::has_class_decl_only_def_change(first, second))
895 first->get_is_declaration_only()
904 out << indent << "type " << first->get_pretty_representation()
1168 first->get_member_function_templates()[i->index()];
1211 first->get_member_class_templates()[i->index()];
1266 class_decl_sptr first = d.first_class_decl(),
1269 report_name_size_and_alignment_changes(first, second, d.context(),
1273 maybe_report_diff_for_member(first, second, ctxt, out, indent);
1379 union_decl_sptr first = d.first_union_decl(), second = d.second_union_decl();
1381 report_name_size_and_alignment_changes(first, second, d.context(),
1384 maybe_report_diff_for_member(first, second,d. context(), out, indent);
1395 << get_class_or_union_flat_representation(first, indent + " ",
1428 type_or_decl_base_sptr f = d.first(), s = d.second();
1648 decl_base_sptr first = d.first_var(), second = d.second_var();
1649 string n = first->get_pretty_representation();
1651 report_name_size_and_alignment_changes(first, second,
1659 maybe_report_diff_for_member(first, second, d.context(), out, indent);