Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:Ctx

31   ASTContext &Ctx;
123 ASTContext &ctx, Preprocessor &PP)
124 : CapturedDiags(capturedDiags), Ctx(ctx), PP(PP), IsInTransaction(false) { }
126 ASTContext &getASTContext() { return Ctx; }
386 SourceManager &SM = Ctx.getSourceManager();
399 SourceManager &SM = Ctx.getSourceManager();
421 SourceManager &SM = Ctx.getSourceManager();
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
466 Ctx.getSourceManager(), PP);
476 Ctx.getSourceManager(), PP),
482 SourceManager &SM = Ctx.getSourceManager();
493 SourceManager &SM = Ctx.getSourceManager();
506 SourceManager &SM = Ctx.getSourceManager();
519 CharRange newRange(range, Ctx.getSourceManager(), PP);
601 ASTContext &ctx, Preprocessor &PP)
603 Impl = new TransformActionsImpl(capturedDiags, ctx, PP);