Searched refs:StmtMap (Results 1 – 3 of 3) sorted by relevance
62 std::unique_ptr<ParentMap> StmtMap; member in __anon9f0efc380111::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 __anonc5b3291e0111::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()
5420 StmtMapTy StmtMap; member in __anond5061b330711::StmtPrinterHelper5438 StmtMap[stmt] = P; in StmtPrinterHelper()5492 StmtMapTy::iterator I = StmtMap.find(S); in handledStmt()5494 if (I == StmtMap.end()) in handledStmt()