Home
last modified time | relevance | path

Searched refs:getDependencyOutputOpts (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
238 using CompilerInvocationBase::getDependencyOutputOpts;
255 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
H A DCompilerInstance.h269 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
270 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
272 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
273 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp95 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()
102 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()
103 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()
139 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeCommonInvocationForModuleBuild()
140 CI.getDependencyOutputOpts().OutputFile = "-"; in makeCommonInvocationForModuleBuild()
141 CI.getDependencyOutputOpts().Targets.clear(); in makeCommonInvocationForModuleBuild()
H A DDependencyScanningWorker.cpp225 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp168 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()
4650 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4653 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
4654 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()
4845 GenerateDependencyOutputArgs(getDependencyOutputOpts(), Consumer); in generateCC1CommandLine()
H A DCompilerInstance.cpp496 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions();