Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCompilerTests.cpp69 .ShowIncludesDest, in TEST()
75 .ShowIncludesDest, in TEST()
81 .ShowIncludesDest, in TEST()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None; variable
/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/lib/Frontend/
H A DHeaderIncludeGen.cpp90 switch (DepOpts.ShowIncludesDest) { 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/unittests/Frontend/
H A DCompilerInvocationTest.cpp970 ASSERT_EQ(Invocation.getDependencyOutputOpts().ShowIncludesDest, in TEST_F()