Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp25 class ZeroOutInDeallocRemover : class
26 public RecursiveASTVisitor<ZeroOutInDeallocRemover> {
27 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base;
37 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(nullptr) { in ZeroOutInDeallocRemover() function in __anon90a7af540111::ZeroOutInDeallocRemover
222 ZeroOutInDeallocRemover trans(pass); in removeZeroOutPropsInDeallocFinalize()