Lines Matching refs:report
72 /// @param mapp the set of diffs to report for.
74 /// @param out the output stream to report the diffs to.
109 (*i)->get_canonical_diff()->report(out, indent + " ");
117 /// @param maps the set of diffs to report.
119 /// @param out the output stream to report the diffs to.
146 // It doesn't make sense to report function type changes, does it?
158 /// @param maps the set of diffs to report.
160 /// @param out the output stream to report the diffs to.
179 /// @param out the output stream to report to.
183 leaf_reporter::report(const typedef_diff& d,
192 default_reporter::report(d, out, indent);
199 /// @param out the output stream to report to.
203 leaf_reporter::report(const qualified_type_diff& d, ostream& out,
217 leaf_reporter::report(const pointer_diff &d,
236 /// @param out the output stream to report to.
240 leaf_reporter::report(const reference_diff& d,
252 /// @param out the output stream to report to.
256 leaf_reporter::report(const fn_parm_diff& d,
275 d.type_diff()->report(out, indent + " ");
280 /// @param out the output stream to report to.
284 leaf_reporter::report(const function_type_diff& d,
296 d.priv_->return_type_diff_->report(out, indent + " ");
299 // Hmmh, the above was quick. Now report about function parameters;
309 dif->report(out, indent);
315 /// @param out the output stream to report to.
319 leaf_reporter::report(const scope_diff& d,
341 (*dif)->report(out, indent + " ");
363 (*dif)->report(out, indent + " ");
398 // Do not report about type_decl as these are usually built-in
418 // Do not report about type_decl as these are usually built-in
435 /// @param out the output stream to report to.
439 leaf_reporter::report(const array_diff& d,
459 // report array element type changes
462 dif->report(out, indent + " ");
470 /// @param out the output stream to report to.
474 leaf_reporter::report(const class_or_union_diff& d,
508 // report deletions
530 // report insertions;
551 // report member function with sub-types changes
575 diff->report(out, indent + " ");
582 // report deletions
606 //report insertions
628 // report changes
666 /// @param out the output stream to report to.
670 leaf_reporter::report(const class_diff& d,
682 // Now report the changes about the differents parts of the type.
692 d.class_or_union_diff::report(out, indent);
703 /// @param out the output stream to report to.
707 leaf_reporter::report(const union_diff& d,
717 // Now report the changes about the differents parts of the type.
725 d.class_or_union_diff::report(out, indent);
732 /// @param out the output stream to report to.
736 leaf_reporter::report(const distinct_diff& d,
763 /// @param out the output stream to report to.
767 leaf_reporter::report(const function_decl_diff& d,
803 /// If the set of linkage names of the function have changed, report
832 // did, then we'd report that change right before reporting the
845 // Now report about inline-ness changes
928 d.type_diff()->report(out, indent);
933 /// @param out the output stream to report to.
937 leaf_reporter::report(const var_diff& d,
963 dif->report(out, indent + " ");
970 /// @param out the output stream to report to.
974 leaf_reporter::report(const translation_unit_diff& d,
981 static_cast<const scope_diff&>(d).report(out, indent);
986 /// @param out the output stream to report to.
990 leaf_reporter::report(const corpus_diff& d,
1176 diff->report(out, indent + " ");
1295 diff->report(out, indent + " ");