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

/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp63 std::unique_ptr<ParentMap> StmtMap; member in class:__anon17702::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)))
H A DTransRetainReleaseDealloc.cpp41 std::unique_ptr<ParentMap> StmtMap; member in class:__anon17701::RetainReleaseDeallocRemover
57 StmtMap.reset(new ParentMap(body));
258 OuterS = StmtMap->getParent(InnerS);
355 S = StmtMap->getParent(S);
422 S = StmtMap->getParent(S);
438 Stmt *parent = StmtMap->getParent(E);
/external/clang/lib/Analysis/
H A DCFG.cpp3809 StmtMapTy StmtMap; member in class:__anon17771::StmtPrinterHelper
3826 StmtMap[stmt] = P;
3881 StmtMapTy::iterator I = StmtMap.find(S);
3883 if (I == StmtMap.end())

Completed in 79 milliseconds