Lines Matching defs:error_stream
55 void DumpDiagnostics(Stream &error_stream);
93 Stream &error_stream) override;
96 Stream &error_stream) override;
157 void StoringDiagnosticConsumer::DumpDiagnostics(Stream &error_stream) {
161 error_stream.PutCString(diag.second);
162 error_stream.PutChar('\n');
272 Stream &error_stream) {
276 error_stream.PutCString("error: Couldn't load a module because the module "
313 error_stream.Printf("error: No module map file in %s\n",
332 error_stream.Printf("error: Header search couldn't locate module %s\n",
363 diagnostic_consumer->DumpDiagnostics(error_stream);
364 error_stream.Printf("error: Couldn't load top-level module %s\n",
374 diagnostic_consumer->DumpDiagnostics(error_stream);
375 error_stream.Printf("error: Couldn't load submodule %s\n",
418 Stream &error_stream) {
421 if (!AddModule(imported_module, &exported_modules, error_stream))