Searched refs:ShowIncludesDestination (Results 1 – 4 of 4) sorted by relevance
18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
93 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()96 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
1982 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()2028 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()2030 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()2032 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
533 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()