Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h36 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None; variable
/external/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp87 switch (DepOpts.ShowIncludesDest) { 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.cpp70 CI->getDependencyOutputOpts().ShowIncludesDest = in buildCompilerInvocation()