Lines Matching refs:Reporter
68 class Reporter {
70 // Create a reporter that writes messages to the standard error
74 Reporter(const string &file, const string §ion)
76 virtual ~Reporter() { }
131 // Use REPORTER for reporting problems encountered in the conversion
134 Reporter *reporter)
135 : module_(module), register_names_(register_names), reporter_(reporter),
169 // The reporter to use to report problems.
170 Reporter *reporter_;