Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h19 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum
61 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp150 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()
153 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2169 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()
2209 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()
2211 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
2213 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
H A DCompilerInstance.cpp534 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()