Lines Matching defs:second
373 << i->second->get_pretty_representation()
385 << i->second->get_pretty_representation()
400 if (dynamic_pointer_cast<type_decl>(i->second))
404 << i->second->get_pretty_representation()
420 if (dynamic_pointer_cast<type_decl>(i->second))
424 << i->second->get_pretty_representation()
482 second = d.second_class_or_union();
488 if (filtering::has_class_decl_only_def_change(first, second))
496 second->get_is_declaration_only()
522 && !get_member_function_is_virtual(i->second))
525 method_decl_sptr mem_fun = i->second;
543 && !get_member_function_is_virtual(i->second))
546 method_decl_sptr mem_fun = i->second;
684 second = d.second_class_decl();
686 report_name_size_and_alignment_changes(first, second, d.context(),
690 maybe_report_diff_for_member(first, second, ctxt, out, indent);
718 union_decl_sptr first = d.first_union_decl(), second = d.second_union_decl();
720 report_name_size_and_alignment_changes(first, second, d.context(),
723 maybe_report_diff_for_member(first, second,d. context(), out, indent);
743 type_or_decl_base_sptr f = d.first(), s = d.second();
944 decl_base_sptr first = d.first_var(), second = d.second_var();
947 report_name_size_and_alignment_changes(first, second,
955 maybe_report_diff_for_member(first, second, d.context(), out, indent);