Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum
36 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
/external/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp90 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()
93 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
DCompilerInvocation.cpp1641 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()
1643 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
1645 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
DCompilerInstance.cpp477 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()
/external/llvm-project/clang-tools-extra/clangd/
DCompiler.cpp71 ShowIncludesDestination::None; in buildCompilerInvocation()