Lines Matching defs:OutputDir
79 const std::string &OutputDir, const Preprocessor &pp,
81 : DiagOpts(std::move(DiagOpts)), Directory(OutputDir), PP(pp),
180 const std::string &OutputDir, const Preprocessor &PP,
189 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU,
193 if (OutputDir.empty())
196 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, true));
201 const std::string &OutputDir, const Preprocessor &PP,
204 createTextMinimalPathDiagnosticConsumer(DiagOpts, C, OutputDir, PP, CTU,
208 if (OutputDir.empty())
211 C.push_back(new HTMLDiagnostics(std::move(DiagOpts), OutputDir, PP, false));