Home
last modified time | relevance | path

Searched refs:ShowIncludesDestination (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum
48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp93 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()
96 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp1982 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()
H A DCompilerInstance.cpp533 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()