HomeSort by relevance Sort by last modified time
    Searched refs:tryRemoving (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 122 if (tryRemoving(E))
153 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer))
422 bool tryRemoving(Expr *E) const {
431 return tryRemoving(castE);
434 return tryRemoving(parenE);
TransUnbridgedCasts.cpp 318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
324 bool tryRemoving(Expr *E) const {

Completed in 463 milliseconds