reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 MigrationPass &Pass = BodyCtx.getMigrationContext().Pass;
tools/clang/lib/ARCMigrate/TransGCAttrs.cpp95 ASTContext &Ctx = MigrateCtx.Pass.Ctx; 172 SourceManager &SM = MigrateCtx.Pass.Ctx.getSourceManager(); 180 TransformActions &TA = MigrateCtx.Pass.TA; 196 TransformActions &TA = MigrateCtx.Pass.TA; 204 if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.ModifiedType, 260 TransformActions &TA = MigrateCtx.Pass.TA; 271 if (canApplyWeak(MigrateCtx.Pass.Ctx, IndProps.front()->getType(), 286 Loc = MigrateCtx.Pass.Ctx.getSourceManager() 326 MigrateCtx.Pass.Ctx.getTranslationUnitDecl()); 340 Attr.Loc.print(llvm::errs(), Pass.Ctx.getSourceManager());tools/clang/lib/ARCMigrate/TransGCCalls.cpp
29 IdentifierTable &Ids = MigrateCtx.Pass.Ctx.Idents; 37 TransformActions &TA = MigrateCtx.Pass.TA;tools/clang/lib/ARCMigrate/TransProperties.cpp
74 : MigrateCtx(MigrateCtx), Pass(MigrateCtx.Pass) { }
tools/clang/lib/ARCMigrate/TransProtectedScope.cpp 103 : Pass(BodyCtx.getMigrationContext().Pass),
tools/clang/lib/ARCMigrate/Transforms.cpp367 T = Pass.Ctx.getBaseElementType(T); 385 SourceManager &SM = Pass.Ctx.getSourceManager(); 400 Pass.Ctx.getLangOpts(), 425 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr); 447 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), 450 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation())); 452 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc)); 466 SourceManager &SM = Pass.Ctx.getSourceManager(); 481 Pass.Ctx.getLangOpts(), 493 Pass.TA.insert(tok.getLocation(), std::string("(") + attr.str() + ") "); 499 Pass.TA.insert(tok.getLocation(), attr); 505 Pass.TA.insert(tok.getLocation(), std::string(attr) + ", ");