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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp146 class EmptyStatementsRemover : class in namespace:__anon1539
147 public RecursiveASTVisitor<EmptyStatementsRemover> {
151 EmptyStatementsRemover(MigrationPass &pass) : Pass(pass) { } function in class:__anon1539::EmptyStatementsRemover
241 EmptyStatementsRemover(pass).TraverseDecl(pass.Ctx.getTranslationUnitDecl());

Completed in 99 milliseconds