Lines Matching refs:getCompilerInstance
150 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
188 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
334 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
499 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
722 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
731 auto &FileMgr = getCompilerInstance().getFileManager(); in ExecuteAction()
738 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
743 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
753 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
771 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
783 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
797 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
888 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
898 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
946 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
963 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()