Lines Matching refs:ctxt

121   const diff_context_sptr& ctxt = d.context();
124 if (ctxt->get_allowed_category() & TYPE_DECL_ONLY_DEF_CHANGE_CATEGORY)
141 report_name_size_and_alignment_changes(first, second, ctxt,
143 maybe_report_diff_for_member(first, second, ctxt, out, indent);
208 report_loc_info(second, *ctxt, out);
213 if (ctxt->show_leaf_changes_only())
559 diff_context_sptr ctxt = d.context();
625 diff_context_sptr ctxt = d.context();
626 corpus_sptr fc = ctxt->get_first_corpus();
627 corpus_sptr sc = ctxt->get_second_corpus();
888 const diff_context_sptr& ctxt = d.context();
891 if (ctxt->get_allowed_category() & TYPE_DECL_ONLY_DEF_CHANGE_CATEGORY)
915 d.get_priv()->count_filtered_deleted_mem_fns(ctxt);
924 if (!(ctxt->get_allowed_category()
931 represent(*ctxt, mem_fun, out);
936 num_filtered = d.get_priv()->count_filtered_inserted_mem_fns(ctxt);
945 if (!(ctxt->get_allowed_category()
952 represent(*ctxt, mem_fun, out);
957 num_filtered = d.get_priv()->count_filtered_changed_mem_fns(ctxt);
966 if (!(ctxt->get_allowed_category()
1008 represent_data_member(data_mem, ctxt, out, indent + " ");
1030 represent_data_member(data_mem, ctxt, out, indent + " ");
1053 represent(*it, ctxt, out, indent + " ");
1060 represent(*it, ctxt, out, indent + " ");
1113 report_loc_info(n, *ctxt, out);
1272 const diff_context_sptr& ctxt = d.context();
1273 maybe_report_diff_for_member(first, second, ctxt, out, indent);
1344 report_loc_info(b, *ctxt, out);
1473 diff_context_sptr ctxt = d.context();
1474 corpus_sptr fc = ctxt->get_first_corpus();
1475 corpus_sptr sc = ctxt->get_second_corpus();
1704 const diff_context_sptr& ctxt = d.context();
1707 if (ctxt->show_stats_only())
1711 if (ctxt->show_soname_change()
1717 if (ctxt->show_architecture_change()
1724 if (ctxt->show_deleted_fns())
1746 if (ctxt->show_linkage_names())
1770 if (ctxt->show_added_fns())
1794 if (ctxt->show_linkage_names())
1819 if (ctxt->show_changed_fns())
1845 report_loc_info((*i)->second_function_decl(), *ctxt, out);
1900 if (ctxt->show_deleted_vars())
1927 if (ctxt->show_linkage_names())
1941 if (ctxt->show_added_vars())
1966 if (ctxt->show_linkage_names())
1980 if (ctxt->show_changed_vars())
2010 report_loc_info(diff->second_subject(), *ctxt, out);
2020 if (ctxt->show_symbols_unreferenced_by_debug_info()
2056 if (ctxt->show_symbols_unreferenced_by_debug_info()
2057 && ctxt->show_added_symbols_unreferenced_by_debug_info()
2093 if (ctxt->show_symbols_unreferenced_by_debug_info()
2131 if (ctxt->show_symbols_unreferenced_by_debug_info()
2132 && ctxt->show_added_symbols_unreferenced_by_debug_info()