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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp26 class ZeroOutInDeallocRemover : class in namespace:__anon3109
27 public RecursiveASTVisitor<ZeroOutInDeallocRemover> {
28 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base;
38 ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass), SelfD(0) { function in class:__anon3109::ZeroOutInDeallocRemover
227 ZeroOutInDeallocRemover trans(pass);

Completed in 47 milliseconds