Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp64 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()
65 CI.getDependencyOutputOpts().OutputFile = in addOutputPaths()
67 CI.getDependencyOutputOpts().Targets = in addOutputPaths()
71 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()
72 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()
76 CI.getDependencyOutputOpts().Targets.push_back(std::string(Target)); in addOutputPaths()
109 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeInvocationForModuleBuildWithoutOutputs()
110 CI.getDependencyOutputOpts().OutputFile = "-"; in makeInvocationForModuleBuildWithoutOutputs()
111 CI.getDependencyOutputOpts().Targets.clear(); in makeInvocationForModuleBuildWithoutOutputs()
H A DDependencyScanningWorker.cpp235 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h263 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
266 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
267 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
H A DCompilerInvocation.h162 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
166 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp504 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1245 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp4552 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4555 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
4556 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()