Lines Matching refs:getLangOpts
199 CInvok->getLangOpts()->ObjCAutoRefCount = true; in createInvocationForMigration()
200 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
215 CInvok->getLangOpts()->ObjCARCWeak = HasARCRuntime(origCI); in createInvocationForMigration()
230 printer.BeginSourceFile(PP.getLangOpts(), &PP); in emitPremigrationErrors()
244 if (!origCI.getLangOpts()->ObjC1) in checkForManualIssues()
247 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues()
286 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues()
302 Ctx.getSourceManager(), Ctx.getLangOpts()); in checkForManualIssues()
310 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues()
332 origCI.getLangOpts()->ObjCAutoRefCount = false; in checkForManualIssues()
347 if (!origCI.getLangOpts()->ObjC1) in applyTransforms()
350 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms()
380 origCI.getLangOpts()->ObjCAutoRefCount = true; in applyTransforms()
385 origCI.getLangOpts()->ObjCAutoRefCount = false; in applyTransforms()
604 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in applyTransform()
616 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in applyTransform()
618 Rewriter rewriter(Ctx.getSourceManager(), Ctx.getLangOpts()); in applyTransform()
620 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(), in applyTransform()