reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Frontend/CompilerInstance.h
  269     return Invocation->getDependencyOutputOpts();
  272     return Invocation->getDependencyOutputOpts();
tools/clang/lib/Frontend/CompilerInstance.cpp
 1134   Inv.getDependencyOutputOpts() = DependencyOutputOptions();
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3460   ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args);
 3461   if (!Res.getDependencyOutputOpts().OutputFile.empty() &&
 3462       Res.getDependencyOutputOpts().Targets.empty()) {
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
  130         std::move(Compiler.getInvocation().getDependencyOutputOpts()));
tools/clang/unittests/Tooling/DependencyScannerTest.cpp
   66         Compiler.getInvocation().getDependencyOutputOpts(), Deps));