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()
154 if (tryRemoving(RecContainer)) in VisitObjCMessageExpr()
432 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anonc9fe80ca0111::RetainReleaseDeallocRemover
441 return tryRemoving(castE); in tryRemoving()
444 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 __anon574d02e40111::UnbridgedCastRewriter