Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp141 CI.getMutDependencyOutputOpts().OutputFile = Controller.lookupModuleOutput( in addOutputPaths()
143 CI.getMutDependencyOutputOpts().Targets = in addOutputPaths()
152 CI.getMutDependencyOutputOpts().Targets.push_back(std::string(Target)); in addOutputPaths()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h397 DependencyOutputOptions &getMutDependencyOutputOpts();
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp265 DependencyOutputOptions &CowCompilerInvocation::getMutDependencyOutputOpts() { in getMutDependencyOutputOpts() function in CowCompilerInvocation