Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h19 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum
37 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp91 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()
94 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp1343 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()
1345 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
1347 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
H A DCompilerInstance.cpp457 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()