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

  /external/clang/include/clang/Edit/
Rewriters.h 32 const ParentMap *PMap);
  /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 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);
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 329 const ParentMap *PMap);
341 const ParentMap *PMap) {
347 return rewriteToArrayLiteral(Msg, NS, commit, PMap);
380 const ParentMap *PMap) {
381 if (PMap) {
383 dyn_cast_or_null<ObjCMessageExpr>(PMap->getParentIgnoreParenCasts(Msg));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]

Completed in 580 milliseconds