Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp90 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp1982 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()
2028 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()
2030 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
2032 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
H A DCompilerInstance.cpp533 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()