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

References

tools/clang/lib/ARCMigrate/ARCMTActions.cpp
   17   if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(),
   31   return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(),
   41           CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(),
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  158         CI.getInvocation().getCodeGenOpts().DebugPrefixMap;
tools/clang/lib/Frontend/ASTUnit.cpp
 1142       Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
 1162   LangOpts = Clang->getInvocation().LangOpts;
 1449   LangOpts = CI.getInvocation().LangOpts;
 1575       Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
 2199       Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
 2270     Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS,
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  127     CInvok.reset(new CompilerInvocation(CI.getInvocation()));
  151         Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
tools/clang/lib/Frontend/CompilerInstance.cpp
  314                   : createVFSFromCompilerInvocation(getInvocation(),
  476                             getInvocation().getModuleHash());
  916                                          getInvocation().TargetOpts));
 1049       std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
 1072       ImportingInstance.getInvocation().getLangOpts()->ModuleName;
 1081     = ImportingInstance.getInvocation().getPreprocessorOpts();
 1104   assert(ImportingInstance.getInvocation().getModuleHash() ==
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  292       Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
  315       createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS);
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  247         std::make_shared<CompilerInvocation>(CI.getInvocation()));
tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
   66   auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation());
tools/clang/lib/Tooling/DependencyScanning/DependencyScanningWorker.cpp
   96       const CompilerInvocation &CI = Compiler.getInvocation();
  130         std::move(Compiler.getInvocation().getDependencyOutputOpts()));
tools/clang/tools/clang-import-test/clang-import-test.cpp
  204       Ins->getDiagnostics(), Ins->getInvocation().TargetOpts);
tools/clang/tools/driver/cc1_main.cpp
  217       CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, Diags);
tools/clang/tools/extra/clangd/Compiler.cpp
   95           Clang->getInvocation(), Clang->getDiagnostics(), VFS))
  100       Clang->getDiagnostics(), Clang->getInvocation().TargetOpts));
tools/clang/unittests/Tooling/DependencyScannerTest.cpp
   66         Compiler.getInvocation().getDependencyOutputOpts(), Deps));
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  415       m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
  694       *diagnostics_engine, instance->getInvocation().TargetOpts));