Searched refs:origCI (Results 1 – 1 of 1) sorted by relevance
149 static bool HasARCRuntime(CompilerInvocation &origCI) { in HasARCRuntime() argument153 llvm::Triple triple(origCI.getTargetOpts().Triple); in HasARCRuntime()172 createInvocationForMigration(CompilerInvocation &origCI, in createInvocationForMigration() argument175 CInvok.reset(new CompilerInvocation(origCI)); in createInvocationForMigration()180 FileManager FileMgr(origCI.getFileSystemOpts()); in createInvocationForMigration()183 new DiagnosticsEngine(DiagID, &origCI.getDiagnosticOpts(), in createInvocationForMigration()210 CInvok->getLangOpts().ObjCWeakRuntime = HasARCRuntime(origCI); in createInvocationForMigration()236 CompilerInvocation &origCI, const FrontendInputFile &Input, in checkForManualIssues() argument240 if (!origCI.getLangOpts().ObjC) in checkForManualIssues()243 LangOptions::GCMode OrigGCMode = origCI.getLangOpts().getGC(); in checkForManualIssues()[all …]