Lines Matching refs:show_stats
4111 if (show_stats())
4122 if (show_stats() && !declaration_only_classes().empty())
4347 if (show_stats())
4358 if (show_stats() && !declaration_only_enums().empty())
4597 if (show_stats())
5142 /// Getter of the "show_stats" flag.
5149 show_stats() const
5150 {return options().show_stats;}
5152 /// Setter of the "show_stats" flag.
5159 show_stats(bool f)
5160 {options().show_stats = f;}