Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransforms.h44 void removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass);
DTransEmptyStatementsAndDealloc.cpp244 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { in removeEmptyStatementsAndDeallocFinalize() function in trans
DTransforms.cpp600 transforms.push_back(removeEmptyStatementsAndDeallocFinalize); in getAllTransformations()