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

References

tools/clang/lib/CodeGen/CodeGenAction.cpp
  854   if (!getCompilerInstance().hasASTConsumer())
  980   CompilerInstance &CI = getCompilerInstance();
 1048     CompilerInstance &CI = getCompilerInstance();
tools/clang/lib/Frontend/ASTMerge.cpp
   34   CompilerInstance &CI = getCompilerInstance();
tools/clang/lib/Frontend/FrontendAction.cpp
  143   CompilerInstance &CI = getCompilerInstance();
  929   CompilerInstance &CI = getCompilerInstance();
  958   CompilerInstance &CI = getCompilerInstance();
 1016   return getCompilerInstance().getDiagnostics().hasErrorOccurred();
 1024   CompilerInstance &CI = getCompilerInstance();
tools/clang/lib/Frontend/FrontendActions.cpp
  152   if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors)
  331   CompilerInstance &CI = getCompilerInstance();
  479   CompilerInstance &CI = getCompilerInstance();
  701   StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
  710   auto &FileMgr = getCompilerInstance().getFileManager();
  717   Preprocessor &PP = getCompilerInstance().getPreprocessor();
  722       getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(),
  732   Preprocessor &PP = getCompilerInstance().getPreprocessor();
  750   Preprocessor &PP = getCompilerInstance().getPreprocessor();
  762   Preprocessor &PP = getCompilerInstance().getPreprocessor();
  776   CompilerInstance &CI = getCompilerInstance();
  863   CompilerInstance &CI = getCompilerInstance();
  873   CompilerInstance &CI = getCompilerInstance();
  921   CompilerInstance &CI = getCompilerInstance();
  938       Preprocessor &PP = getCompilerInstance().getPreprocessor();
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
   97   const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
  186   CompilerInstance &CI = getCompilerInstance();
  195   CompilerInstance &CI = getCompilerInstance();
  305   CompilerInstance &CI = getCompilerInstance();
tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
   41     clang::CompilerInstance *Compiler = &getCompilerInstance();
tools/clang/unittests/AST/ExternalASTSourceTest.cpp
   32     getCompilerInstance().getASTContext().setExternalSource(Source);
   33     getCompilerInstance().getASTContext().getTranslationUnitDecl()
tools/clang/unittests/Frontend/CodeGenActionTest.cpp
   34     CompilerInstance &CI = getCompilerInstance();
tools/clang/unittests/Frontend/FrontendActionTest.cpp
  166     Preprocessor &PP = getCompilerInstance().getPreprocessor();
tools/clang/unittests/Sema/ExternalSemaSourceTest.cpp
  194     CompilerInstance &CI = getCompilerInstance();