HomeSort by relevance Sort by last modified time
    Searched defs:PMap (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 124 ParentMap &PMap;
127 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
128 : Consumer(consumer), PMap(PMap) { }
136 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
162 OwningPtr<ParentMap> PMap;
171 PMap.reset(new ParentMap(S));
172 ObjCMigrator(Consumer, *PMap).TraverseStmt(S);
TransProtectedScope.cpp 56 ParentMap &PMap;
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases)
61 : PMap(PMap), Cases(Cases) { }
88 Stmt *Parent = PMap.getParent(S);
90 Parent = PMap.getParent(Parent);
Transforms.h 48 ParentMap PMap;
53 : MigrateCtx(MigrateCtx), PMap(S), TopStmt(S) {}
56 ParentMap &getParentMap() { return PMap; }

Completed in 40 milliseconds