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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp126 if (tryRemoving(E))
157 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer))
426 bool tryRemoving(Expr *E) const { function in class:__anon1545::RetainReleaseDeallocRemover
435 return tryRemoving(castE);
438 return tryRemoving(parenE);
H A DTransUnbridgedCasts.cpp315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
321 bool tryRemoving(Expr *E) const { function in class:__anon1546::UnbridgedCastRewriter

Completed in 101 milliseconds