Searched refs:ShowIncludesDestination (Results 1 – 4 of 4) sorted by relevance
19 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum61 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
150 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()153 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
2242 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()2282 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()2284 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()2286 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
533 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()