Home
last modified time | relevance | path

Searched refs:collectRemovables (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransUnusedInitDelegate.cpp46 collectRemovables(body, Removables); in transformBody()
DTransZeroOutPropsInDealloc.cpp112 collectRemovables(D->getBody(), Removables); in TraverseObjCMethodDecl()
DTransforms.h217 void collectRemovables(Stmt *S, ExprSet &exprs);
DTransRetainReleaseDealloc.cpp56 collectRemovables(body, Removables); in transformBody()
DTransUnbridgedCasts.cpp327 collectRemovables(Body, *Removables); in tryRemoving()
DTransforms.cpp317 void trans::collectRemovables(Stmt *S, ExprSet &exprs) { in collectRemovables() function in trans