Searched refs:tryRemoving (Results 1 – 2 of 2) sorted by relevance
126 if (tryRemoving(E)) in VisitObjCMessageExpr()157 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer)) in VisitObjCMessageExpr()426 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anonea0450a80111::RetainReleaseDeallocRemover435 return tryRemoving(castE); in tryRemoving()438 return tryRemoving(parenE); in tryRemoving()
315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()321 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon8323c4420111::UnbridgedCastRewriter