Home
last modified time | relevance | path

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

/freebsd/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 __anonea0450a80111::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 __anon8323c4420111::UnbridgedCastRewriter