Searched refs:ZeroOutInDeallocRemover (Results 1 – 1 of 1) sorted by relevance
26 class ZeroOutInDeallocRemover : class27 public RecursiveASTVisitor<ZeroOutInDeallocRemover> {28 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base;38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(0) { in ZeroOutInDeallocRemover() function in __anon881773cf0111::ZeroOutInDeallocRemover227 ZeroOutInDeallocRemover trans(pass); in removeZeroOutPropsInDeallocFinalize()