Searched defs:ZeroOutInDeallocRemover (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp26 class ZeroOutInDeallocRemover : class in namespace:__anon17704
27 public RecursiveASTVisitor<ZeroOutInDeallocRemover> {
28 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base;
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { function in class:__anon17704::ZeroOutInDeallocRemover
225 ZeroOutInDeallocRemover trans(pass);

Completed in 535 milliseconds