Home
last modified time | relevance | path

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

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