Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp127 if (tryRemoving(E)) in VisitObjCMessageExpr()
158 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer)) in VisitObjCMessageExpr()
427 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon5333ae570111::RetainReleaseDeallocRemover
436 return tryRemoving(castE); in tryRemoving()
439 return tryRemoving(parenE); in tryRemoving()
H A DTransUnbridgedCasts.cpp316 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
322 bool tryRemoving(Expr *E) const { in tryRemoving() function in __anon0e864ab10111::UnbridgedCastRewriter