Searched refs:StmtMap (Results 1 – 5 of 5) sorted by relevance
62 std::unique_ptr<ParentMap> StmtMap; member in __anon4d670e150111::UnbridgedCastRewriter76 StmtMap.reset(new ParentMap(body)); in transformBody()184 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) { in transformNonObjCToObjCCast()315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()373 parent = StmtMap->getParentIgnoreParenImpCasts(parent); in transformObjCToNonObjCCast()416 StmtMap->getParentIgnoreParenImpCasts(E)))) in isPassedToCFRetain()429 StmtMap->getParentIgnoreParenImpCasts(E))) in isPassedToCParamWithKnownOwnership()
40 std::unique_ptr<ParentMap> StmtMap; member in __anone81a6cbb0111::RetainReleaseDeallocRemover56 StmtMap.reset(new ParentMap(body)); in transformBody()252 OuterS = StmtMap->getParent(InnerS); in getPreviousAndNextStmt()349 S = StmtMap->getParent(S); in checkForGCDOrXPC()416 S = StmtMap->getParent(S); in isInAtFinally()432 Stmt *parent = StmtMap->getParent(E); in tryRemoving()
1648 StmtMap.erase(BB); in removeFromStmtMap() 1657 auto StmtMapIt = StmtMap.find(Stmt.getBasicBlock()); in removeStmts() 1658 if (StmtMapIt != StmtMap.end()) in removeStmts() 2307 StmtMap[BB].push_back(Stmt); in addScopStmt() 2328 StmtMap[BB].push_back(Stmt); in addScopStmt() 2355 auto StmtMapIt = StmtMap.find(BB); in getIncomingStmtFor() 2356 if (StmtMapIt == StmtMap.end()) in getIncomingStmtFor()
5424 StmtMapTy StmtMap; in StmtPrinterHelper() 5442 StmtMap[stmt] = P; in StmtPrinterHelper() 5496 StmtMapTy::iterator I = StmtMap.find(S); in handledStmt() 5498 if (I == StmtMap.end()) in handledStmt() 5417 StmtMapTy StmtMap; global() member in __anon36ae77d00711::StmtPrinterHelper
1708 DenseMap<BasicBlock *, std::vector<ScopStmt *>> StmtMap;1918 /// Removes @p Stmt from the StmtMap.1706 DenseMap<BasicBlock *, std::vector<ScopStmt *>> StmtMap; global() variable