Home
last modified time | relevance | path

Searched defs:EmptyChecker (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp76 class EmptyChecker : public StmtVisitor<EmptyChecker, bool> { class
81 EmptyChecker(ASTContext &ctx, std::vector<SourceLocation> &macroLocs) in EmptyChecker() function in __anon37a044190111::EmptyChecker