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

  /external/clang/lib/ARCMigrate/
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; }
ObjCMT.cpp 233 const ParentMap *PMap) {
313 ParentMap &PMap;
316 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
317 : Consumer(consumer), PMap(PMap) { }
325 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
338 commit, &PMap);
358 std::unique_ptr<ParentMap> PMap;
367 PMap.reset(new ParentMap(S));
368 ObjCMigrator(Consumer, *PMap).TraverseStmt(S)
    [all...]

Completed in 334 milliseconds