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

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

Completed in 55 milliseconds