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.cpp242 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { in removeEmptyStatementsAndDeallocFinalize() function in trans
DTransforms.cpp596 transforms.push_back(removeEmptyStatementsAndDeallocFinalize); in getAllTransformations()