Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransEmptyStatementsAndDealloc.cpp188 static bool isBodyEmpty(CompoundStmt *body, ASTContext &Ctx, in isBodyEmpty() function
222 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()
233 if (isBodyEmpty(FinalizeM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) { in cleanupDeallocOrFinalize()