Home
last modified time | relevance | path

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

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