Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:PMap

218   ParentMap &PMap;
221 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
222 : Consumer(consumer), PMap(PMap) { }
230 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
256 std::unique_ptr<ParentMap> PMap;
265 PMap.reset(new ParentMap(S));
266 ObjCMigrator(Consumer, *PMap).TraverseStmt(S);