Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:Ctx

74     PoolII = &pass.Ctx.Idents.get("NSAutoreleasePool");
75 DrainSel = pass.Ctx.Selectors.getNullarySelector(
76 &pass.Ctx.Idents.get("drain"));
132 Pass.Ctx);
249 ASTContext &Ctx;
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope,
257 : Ctx(ctx), referenceLoc(referenceLoc),
289 SourceManager &SM = Ctx.getSourceManager();
310 findLocationAfterSemi(retS->getLocEnd(), Pass.Ctx).isValid()) {
316 nameUsedOutsideScope = !NameReferenceChecker(Pass.Ctx, scope,
434 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());