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

/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp211 ObjCMethodDecl *DeallocM = 0; local
221 DeallocM = MD;
227 if (DeallocM) {
228 if (isBodyEmpty(DeallocM->getCompoundBody(), Ctx, pass.ARCMTMacroLocs)) {
230 TA.remove(DeallocM->getSourceRange());

Completed in 121 milliseconds