Lines Matching refs:getCompilerInstance
154 if (getCompilerInstance().getPreprocessorOpts().AllowPCHWithCompilerErrors) in shouldEraseOutputFiles()
192 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
340 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
505 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
728 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile; in ExecuteAction()
737 auto &FileMgr = getCompilerInstance().getFileManager(); in ExecuteAction()
744 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
749 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
759 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
777 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
789 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
803 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()