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

/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp62 std::unique_ptr<ParentMap> StmtMap; member in class:__anon293::UnbridgedCastRewriter
76 StmtMap.reset(new ParentMap(body));
185 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) {
315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
373 parent = StmtMap->getParentIgnoreParenImpCasts(parent);
416 StmtMap->getParentIgnoreParenImpCasts(E))))
429 StmtMap->getParentIgnoreParenImpCasts(E)))
H A DTransRetainReleaseDealloc.cpp40 std::unique_ptr<ParentMap> StmtMap; member in class:__anon292::RetainReleaseDeallocRemover
56 StmtMap.reset(new ParentMap(body));
252 OuterS = StmtMap->getParent(InnerS);
349 S = StmtMap->getParent(S);
416 S = StmtMap->getParent(S);
432 Stmt *parent = StmtMap->getParent(E);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5122 StmtMapTy StmtMap;
5140 StmtMap[stmt] = P;
5194 StmtMapTy::iterator I = StmtMap.find(S);
5196 if (I == StmtMap.end())

Completed in 200 milliseconds