Home
last modified time | relevance | path

Searched refs:tryRemoving (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp122 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::RetainReleaseDeallocRemover
431 return tryRemoving(castE); in tryRemoving()
434 return tryRemoving(parenE); in tryRemoving()
DTransUnbridgedCasts.cpp318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
324 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon93b5e3300111::UnbridgedCastRewriter