HomeSort by: relevance | last modified time | path
    Searched refs:PMap (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
Rewriters.h 30 const ParentMap *PMap);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp 56 ParentMap &PMap;
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases)
61 : PMap(PMap), Cases(Cases) { }
89 Stmt *Parent = PMap.getParent(S);
91 Parent = PMap.getParent(Parent);
Transforms.h 47 ParentMap PMap;
52 : MigrateCtx(MigrateCtx), PMap(S), TopStmt(S) {}
55 ParentMap &getParentMap() { return PMap; }
ObjCMT.cpp 237 const ParentMap *PMap) {
316 ParentMap &PMap;
319 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
320 : Consumer(consumer), PMap(PMap) { }
328 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
341 commit, &PMap);
361 std::unique_ptr<ParentMap> PMap;
370 PMap.reset(new ParentMap(S));
371 ObjCMigrator(Consumer, *PMap).TraverseStmt(S)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 328 const ParentMap *PMap);
340 const ParentMap *PMap) {
346 return rewriteToArrayLiteral(Msg, NS, commit, PMap);
379 const ParentMap *PMap) {
380 if (PMap) {
382 dyn_cast_or_null<ObjCMessageExpr>(PMap->getParentIgnoreParenCasts(Msg));

Completed in 17 milliseconds