Searched defs:StmtMap (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp41 std::unique_ptr<ParentMap> StmtMap; member in class:__anon1037::RetainReleaseDeallocRemover
57 StmtMap.reset(new ParentMap(body));
248 OuterS = StmtMap->getParent(InnerS);
345 S = StmtMap->getParent(S);
412 S = StmtMap->getParent(S);
428 Stmt *parent = StmtMap->getParent(E);
H A DTransUnbridgedCasts.cpp63 std::unique_ptr<ParentMap> StmtMap; member in class:__anon1038::UnbridgedCastRewriter
77 StmtMap.reset(new ParentMap(body));
186 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) {
318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
376 parent = StmtMap->getParentIgnoreParenImpCasts(parent);
419 StmtMap->getParentIgnoreParenImpCasts(E))))
432 StmtMap->getParentIgnoreParenImpCasts(E)))
/external/clang/lib/Analysis/
H A DCFG.cpp3999 StmtMapTy StmtMap; member in class:__anon1139::StmtPrinterHelper
4016 StmtMap[stmt] = P;
4070 StmtMapTy::iterator I = StmtMap.find(S);
4072 if (I == StmtMap.end())

Completed in 134 milliseconds