Searched refs:ShowIncludesDestination (Results 1 – 4 of 4) sorted by relevance
19 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum37 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
91 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()94 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
1343 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()1345 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()1347 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
457 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()