Lines Matching refs:indent

2638 /// @param indent the indentation string to use in the report.
2640 distinct_diff::report(ostream& out, const string& indent) const
2642 context()->get_reporter()->report(*this, out, indent);
3290 /// @param indent the prefix to use for the indentation of this
3293 var_diff::report(ostream& out, const string& indent) const
3295 context()->get_reporter()->report(*this, out, indent);
3421 /// @param indent the prefix to use for the indentation of this
3424 pointer_diff::report(ostream& out, const string& indent) const
3426 context()->get_reporter()->report(*this, out, indent);
3577 /// @param indent the string to use for indenting the report.
3579 array_diff::report(ostream& out, const string& indent) const
3581 context()->get_reporter()->report(*this, out, indent);
3709 /// @param indent the string to use for indenting the report.
3711 reference_diff::report(ostream& out, const string& indent) const
3713 context()->get_reporter()->report(*this, out, indent);
3856 /// @param indent the string to use to indent the lines of the report.
3858 qualified_type_diff::report(ostream& out, const string& indent) const
3860 context()->get_reporter()->report(*this, out, indent);
4067 /// @param indent the string to use for indentation.
4069 enum_diff::report(ostream& out, const string& indent) const
4071 context()->get_reporter()->report(*this, out, indent);
5075 /// @param indent the number of white space to use as indentation.
5077 class_or_union_diff::report(ostream& out, const string& indent) const
5079 context()->get_reporter()->report(*this, out, indent);
5641 /// @param indent the string to use as an indentation prefix in the
5644 class_diff::report(ostream& out, const string& indent) const
5646 context()->get_reporter()->report(*this, out, indent);
5863 /// @param indent the string to use for indentation.
5865 base_diff::report(ostream& out, const string& indent) const
5867 context()->get_reporter()->report(*this, out, indent);
5981 /// @param indent the number of white space to use as indentation.
5983 union_diff::report(ostream& out, const string& indent) const
5985 context()->get_reporter()->report(*this, out, indent);
6472 /// @param indent the string to use for indentation.
6474 scope_diff::report(ostream& out, const string& indent) const
6476 context()->get_reporter()->report(*this, out, indent);
6639 /// @param indent the indentation string to use in the report.
6641 fn_parm_diff::report(ostream& out, const string& indent) const
6643 context()->get_reporter()->report(*this, out, indent);
6920 /// @param indent the indentation string to use.
6922 function_type_diff::report(ostream& out, const string& indent) const
6924 context()->get_reporter()->report(*this, out, indent);
7086 /// @param indent the string to use an an indentation prefix.
7088 function_decl_diff::report(ostream& out, const string& indent) const
7090 context()->get_reporter()->report(*this, out, indent);
7205 /// @param indent the string to use for indentatino indent.
7207 type_decl_diff::report(ostream& out, const string& indent) const
7209 context()->get_reporter()->report(*this, out, indent);
7364 /// @param indent the indentation string to use.
7366 typedef_diff::report(ostream& out, const string& indent) const
7368 context()->get_reporter()->report(*this, out, indent);
7481 /// @param indent the prefix to use as indentation for the report.
7483 translation_unit_diff::report(ostream& out, const string& indent) const
7484 {scope_diff::report(out, indent);}
9893 /// @param indent the indentation string to use in the summary.
9897 const string& indent)
9914 out << indent << "ELF SONAME changed\n";
9917 out << indent << "ELF architecture changed\n";
9933 out << indent << "Changed leaf types summary: "
9944 out << indent << "Removed/Changed/Added functions summary: ";
9969 out << indent << "Removed/Changed/Added variables summary: ";
9999 out << indent << "Functions changes summary: ";
10025 out << indent << "Variables changes summary: ";
10058 out << indent << "Unreachable types summary: "
10102 out << indent
10130 out << indent
10841 /// @param indent the prefix to use for the indentation of this
10844 corpus_diff::report(ostream& out, const string& indent) const
10846 context()->get_reporter()->report(*this, out, indent);
11836 // indent