Lines Matching defs:second
119 enum_type_decl_sptr first = d.first_enum(), second = d.second_enum();
125 if (filtering::has_enum_decl_only_def_change(first, second))
133 second->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);
207 << i->second.get_value() << "'";
208 report_loc_info(second, *ctxt, out);
809 << i->second->get_pretty_representation()
821 << i->second->get_pretty_representation()
836 if (dynamic_pointer_cast<type_decl>(i->second))
840 << i->second->get_pretty_representation()
856 if (dynamic_pointer_cast<type_decl>(i->second))
860 << i->second->get_pretty_representation()
886 second = d.second_class_or_union();
892 if (filtering::has_class_decl_only_def_change(first, second))
900 second->get_is_declaration_only()
1087 decl_base_sptr mem_type = i->second;
1140 mem_type = second->get_member_types()[*j];
1189 mem_fn_tmpl = second->get_member_function_templates()[*j];
1232 mem_cls_tmpl = second->get_member_class_templates()[*j];
1267 second = d.second_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);
1401 << get_class_or_union_flat_representation(second, 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();
1651 report_name_size_and_alignment_changes(first, second,
1659 maybe_report_diff_for_member(first, second, d.context(), out, indent);