Searched refs:tryRemoving (Results 1 – 2 of 2) sorted by relevance
127 if (tryRemoving(E)) in VisitObjCMessageExpr()158 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer)) in VisitObjCMessageExpr()427 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon5333ae570111::RetainReleaseDeallocRemover436 return tryRemoving(castE); in tryRemoving()439 return tryRemoving(parenE); in tryRemoving()
316 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()322 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon0e864ab10111::UnbridgedCastRewriter