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

/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp122 if (tryRemoving(E))
154 if (tryRemoving(RecContainer))
432 bool tryRemoving(Expr *E) const { function in class:__anon17701::RetainReleaseDeallocRemover
441 return tryRemoving(castE);
444 return tryRemoving(parenE);
H A DTransUnbridgedCasts.cpp318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
324 bool tryRemoving(Expr *E) const { function in class:__anon17702::UnbridgedCastRewriter

Completed in 501 milliseconds