Searched refs:tryRemoving (Results 1 – 2 of 2) sorted by relevance
122 if (tryRemoving(E)) in VisitObjCMessageExpr()153 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer)) in VisitObjCMessageExpr()422 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon83d96a160111::RetainReleaseDeallocRemover431 return tryRemoving(castE); in tryRemoving()434 return tryRemoving(parenE); in tryRemoving()
318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()324 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon93b5e3300111::UnbridgedCastRewriter