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

  /external/clang/include/clang/Edit/
Rewriters.h 32 const ParentMap *PMap);
  /external/llvm/lib/ExecutionEngine/Orc/
IndirectionUtils.cpp 86 void partition(Module &M, const ModulePartitionMap &PMap) {
90 for (auto &KVPair : PMap) {
128 ModulePartitionMap PMap;
139 PMap[MP.Functions.back().get()].insert(&F);
153 PMap[MP.GlobalVars.get()] = ModulePartitionMap::mapped_type();
156 PMap[MP.Commons.get()].insert(&GV);
158 PMap[MP.GlobalVars.get()].insert(&GV);
160 partition(M, 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 243 const ParentMap *PMap) {
323 ParentMap &PMap;
326 ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &PMap)
327 : Consumer(consumer), PMap(PMap) { }
335 edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &PMap);
348 commit, &PMap);
368 std::unique_ptr<ParentMap> PMap;
377 PMap.reset(new ParentMap(S));
378 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/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 242 void partition(Module &M, const ModulePartitionMap &PMap);

Completed in 251 milliseconds