HomeSort by: relevance | last modified time | path
    Searched refs:tryRemoving (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 126 if (tryRemoving(E))
157 if (hasSideEffects(rec, Pass.Ctx) || !tryRemoving(RecContainer))
426 bool tryRemoving(Expr *E) const {
435 return tryRemoving(castE);
438 return tryRemoving(parenE);
TransUnbridgedCasts.cpp 315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
321 bool tryRemoving(Expr *E) const {

Completed in 40 milliseconds