Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h43 void removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass);
H A DTransEmptyStatementsAndDealloc.cpp240 void trans::removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass) { in removeEmptyStatementsAndDeallocFinalize() function in trans
H A DTransforms.cpp591 transforms.push_back(removeEmptyStatementsAndDeallocFinalize); in getAllTransformations()