|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/ARCMigrate/Transforms.h 216 void collectRemovables(Stmt *S, ExprSet &exprs);
References
tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp 55 collectRemovables(body, Removables);
tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp 324 collectRemovables(Body, *Removables);
tools/clang/lib/ARCMigrate/TransUnusedInitDelegate.cpp 45 collectRemovables(body, Removables);
tools/clang/lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp 111 collectRemovables(D->getBody(), Removables);