Home
last modified time | relevance | path

Searched refs:getMutDependencyOutputOpts (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h383 DependencyOutputOptions &getMutDependencyOutputOpts();
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp192 CI.getMutDependencyOutputOpts().OutputFile = in addOutputPaths()
194 CI.getMutDependencyOutputOpts().Targets = in addOutputPaths()
203 CI.getMutDependencyOutputOpts().Targets.push_back(std::string(Target)); in addOutputPaths()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp242 DependencyOutputOptions &CowCompilerInvocation::getMutDependencyOutputOpts() { in getMutDependencyOutputOpts() function in CowCompilerInvocation