Searched refs:ShowIncludesDestination (Results 1 – 5 of 5) sorted by relevance
18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum36 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
90 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()93 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
1641 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()1643 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()1645 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
477 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()
71 ShowIncludesDestination::None; in buildCompilerInvocation()