Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp126 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 __anonbe377e5d0111::RetainReleaseDeallocRemover
435 return tryRemoving(castE); in tryRemoving()
438 return tryRemoving(parenE); in tryRemoving()
H A DTransUnbridgedCasts.cpp315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
321 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon15880e370111::UnbridgedCastRewriter