Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h61 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp147 switch (DepOpts.ShowIncludesDest) { in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2169 if (Opts.ShowIncludesDest != ShowIncludesDestination::None) in GenerateDependencyOutputArgs()
2209 Opts.ShowIncludesDest = ShowIncludesDestination::Stderr; in ParseDependencyOutputArgs()
2211 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
2213 Opts.ShowIncludesDest = ShowIncludesDestination::None; in ParseDependencyOutputArgs()
H A DCompilerInstance.cpp534 if (DepOpts.ShowIncludesDest != ShowIncludesDestination::None) { in createPreprocessor()