Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 __anon063c25d80111::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 __anond02f75720111::UnbridgedCastRewriter