Lines Matching refs:indent
230 /// @param indent the indentation string to use for the change report.
235 const string& indent)
241 out << indent
389 /// @param indent the indentation string to use for the change report.
394 const string& indent,
445 show_offset_or_size(indent + "anonymous data member at offset",
449 << indent << " " << o_pretty_representation << "\n"
450 << indent << "to:\n"
451 << indent << " " << n_pretty_representation << "\n";
461 out << indent << "while looking at anonymous data member '"
463 << indent << "the internal name of that anonymous data member"
465 << indent << " " << get_type_name(o_type) << "\n"
466 << indent << "to:\n"
467 << indent << " " << get_type_name(n_type) << "\n"
468 << indent << " This is usually due to "
484 out << indent << (o_anon ? "anonymous " : "")
508 out << indent << "type '"
516 out << indent
527 d->report(out, indent + " ");
551 out << indent << "and ";
555 out << indent;
569 out << indent << "and ";
573 out << indent << "'" << o_pretty_representation << "' ";
588 out << indent << "and ";
593 out << indent;
610 out << indent << "and ";
615 out << indent;
632 out << indent << "and ";
636 out << indent << "'" << o_pretty_representation << "' ";
647 out << indent << "and ";
651 out << indent << "'" << o_pretty_representation << "' ";
664 out << indent << "and ";
668 out << indent << "'" << o_pretty_representation << "' ";
683 out << indent << "and ";
687 out << indent << "'" << o_pretty_representation << "' ";
703 out << indent << "'" << o_pretty_representation
725 /// @param indent the string to use for indentation.
731 const string& indent)
764 out << indent << "array type size changed from ";
778 out << indent + " "
794 out << indent
816 out << indent;
824 out << indent << "type size hasn't changed\n";
830 out << indent;
886 /// @param indent the string to use for indentation.
892 const string& indent)
906 out << indent;
916 report_size_and_alignment_changes(first, second, ctxt, out, indent);
936 /// @param indent the string to use as indentation prefix in the
944 const string& indent)
966 out << indent << "no " << section_name << " " << change;
970 out << indent << "1 " << section_name << " " << change;
972 out << indent << net_number << " " << section_name
992 /// @param indent the string to use as indentation prefix in the
998 const string& indent)
1016 out << indent << "there are " << section_name << " " << change << ":\n";
1028 /// @param indent the indentation string to use for the report.
1036 const string& indent)
1049 out << indent << "'" << decl1_repr << "' ";
1063 out << indent << "'" << decl1_repr << "' access changed from '"
1083 /// @param indent the indentation string to use.
1089 const string& indent)
1096 out << indent;
1107 out << indent << "symbol name changed from "
1116 out << indent << "symbol type changed from '"
1125 out << indent << "symbol became ";
1135 out << indent << "symbol became ";
1145 out << indent << "symbol version changed from "
1157 out << indent << "CRC (modversions) changed from "
1177 out << indent << "namespace changed from ";
1196 /// @param indent the indentation string to use before emitting the
1205 const string& indent,
1209 out << indent << symbol.get_id_string();
1226 /// @param indent the indendation string (usually a string of white
1233 const string& indent,
1248 out << indent
1251 out << indent
1267 out << indent << " [D] '" << get_pretty_representation(*i) << "'";
1277 out << indent
1280 out << indent
1297 out << indent << " [C] '" << repr << "' changed:\n";
1298 diff->report(out, indent + " ");
1306 out << indent
1309 out << indent
1325 out << indent << " [A] '" << get_pretty_representation(*i) << "'";
1341 /// @param indent the white space string to use for indentation.
1345 const string &indent)
1369 out << indent << "one impacted interface:\n";
1371 out << indent << num_impacted_interfaces << " impacted interfaces:\n";
1373 string cur_indent = indent + " ";
1390 /// @param indent the white space string to use for indentation.
1394 const string &indent)
1395 {return maybe_report_interfaces_impacted_by_diff(d.get(), out, indent);}
1414 /// @param indent the indentation string to use.
1418 const string &indent)
1451 out << indent << "data member";
1474 << indent + " "
1488 /// @param indent the indentation string to use.
1492 const string &indent)
1503 out << indent << "base classes of '"