Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anon4929241f0111::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 __anonfc290a790111::UnbridgedCastRewriter