Lines Matching refs:getLangOpts
194 CInvok->getLangOpts().ObjCAutoRefCount = true; in createInvocationForMigration()
195 CInvok->getLangOpts().setGC(LangOptions::NonGC); in createInvocationForMigration()
210 CInvok->getLangOpts().ObjCWeakRuntime = HasARCRuntime(origCI); in createInvocationForMigration()
211 CInvok->getLangOpts().ObjCWeak = CInvok->getLangOpts().ObjCWeakRuntime; in createInvocationForMigration()
226 printer.BeginSourceFile(PP.getLangOpts(), &PP); in emitPremigrationErrors()
240 if (!origCI.getLangOpts().ObjC) in checkForManualIssues()
243 LangOptions::GCMode OrigGCMode = origCI.getLangOpts().getGC(); in checkForManualIssues()
283 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues()
299 Ctx.getSourceManager(), Ctx.getLangOpts()); in checkForManualIssues()
307 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues()
341 if (!origCI.getLangOpts().ObjC) in applyTransforms()
344 LangOptions::GCMode OrigGCMode = origCI.getLangOpts().getGC(); in applyTransforms()
375 origCI.getLangOpts().ObjCAutoRefCount = true; in applyTransforms()
564 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in applyTransform()
576 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in applyTransform()
578 Rewriter rewriter(Ctx.getSourceManager(), Ctx.getLangOpts()); in applyTransform()
580 MigrationPass pass(Ctx, OrigCI.getLangOpts().getGC(), in applyTransform()