Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enum
48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCompilerTests.cpp70 ShowIncludesDestination::None); in TEST()
76 ShowIncludesDestination::None); in TEST()
82 ShowIncludesDestination::None); in TEST()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp93 case ShowIncludesDestination::Stderr: in AttachHeaderIncludeGen()
96 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2063 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()
2109 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()
2111 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
2113 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
H A DCompilerInstance.cpp535 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp55 CI.getDependencyOutputOpts().ShowIncludesDest = ShowIncludesDestination::None; in disableUnsupportedOptions()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp971 ShowIncludesDestination::Stdout); in TEST_F()