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

/external/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp63 OwningPtr<ParentMap> StmtMap; member in class:__anon3593::UnbridgedCastRewriter
76 StmtMap.reset(new ParentMap(body));
178 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) {
310 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
368 parent = StmtMap->getParentIgnoreParenImpCasts(parent);
411 StmtMap->getParentIgnoreParenImpCasts(E))))
424 StmtMap->getParentIgnoreParenImpCasts(E)))
H A DTransRetainReleaseDealloc.cpp41 OwningPtr<ParentMap> StmtMap; member in class:__anon3592::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.cpp3519 StmtMapTy StmtMap; member in class:__anon3674::StmtPrinterHelper
3536 StmtMap[stmt] = P;
3591 StmtMapTy::iterator I = StmtMap.find(S);
3593 if (I == StmtMap.end())

Completed in 108 milliseconds