Searched refs:ShowIncludesDestination (Results 1 – 4 of 4) sorted by relevance
19 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum55 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
131 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()134 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
2070 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()2116 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()2118 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()2120 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
542 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()