Lines Matching defs:DiagOpts
67 PathDiagnosticConsumerOptions DiagOpts;
78 HTMLDiagnostics(PathDiagnosticConsumerOptions DiagOpts,
81 : DiagOpts(std::move(DiagOpts)), Directory(OutputDir), PP(pp),
179 PathDiagnosticConsumerOptions DiagOpts, PathDiagnosticConsumers &C,
189 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU,
196 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, true));
200 PathDiagnosticConsumerOptions DiagOpts, PathDiagnosticConsumers &C,
204 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU,
211 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, false));
215 PathDiagnosticConsumerOptions DiagOpts, PathDiagnosticConsumers &C,
220 DiagOpts, C, std::string(llvm::sys::path::parent_path(prefix)), PP, CTU,
222 createPlistMultiFileDiagnosticConsumer(DiagOpts, C, prefix, PP, CTU,
224 createTextMinimalPathDiagnosticConsumer(std::move(DiagOpts), C, prefix, PP,
229 PathDiagnosticConsumerOptions DiagOpts, PathDiagnosticConsumers &C,
234 DiagOpts, C, std::string(llvm::sys::path::parent_path(sarif_file)), PP,
236 createSarifDiagnosticConsumer(DiagOpts, C, sarif_file, PP, CTU,
238 createTextMinimalPathDiagnosticConsumer(std::move(DiagOpts), C, sarif_file,
335 if (DiagOpts.ShouldWriteVerboseReportFilename) {
632 os << html::EscapeText(DiagOpts.ToolInvocation);