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

/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp39 OwningPtr<ParentMap> StmtMap; member in class:__anon3029::RetainReleaseDeallocRemover
55 StmtMap.reset(new ParentMap(body));
193 S = StmtMap->getParent(S);
260 S = StmtMap->getParent(S);
276 Stmt *parent = StmtMap->getParent(E);
H A DTransUnbridgedCasts.cpp52 OwningPtr<ParentMap> StmtMap; member in class:__anon3030::UnbridgedCastRewriter
60 StmtMap.reset(new ParentMap(body));
243 parent = StmtMap->getParentIgnoreParenImpCasts(parent);
286 StmtMap->getParentIgnoreParenImpCasts(E))))
299 StmtMap->getParentIgnoreParenImpCasts(E)))
/external/clang/lib/Analysis/
H A DCFG.cpp3360 StmtMapTy StmtMap; member in class:__anon3096::StmtPrinterHelper
3377 StmtMap[stmt] = P;
3432 StmtMapTy::iterator I = StmtMap.find(S);
3434 if (I == StmtMap.end())

Completed in 65 milliseconds