Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:Stmt

49     Stmt *S;
114 llvm::DenseSet<Stmt *> StmtRemovals;
137 void removeStmt(Stmt *S);
140 void replaceStmt(Stmt *S, StringRef text);
160 void commitRemoveStmt(Stmt *S);
313 void TransformActionsImpl::removeStmt(Stmt *S) {
350 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) {
449 void TransformActionsImpl::commitRemoveStmt(Stmt *S) {
638 void TransformActions::removeStmt(Stmt *S) {
651 void TransformActions::replaceStmt(Stmt *S, StringRef text) {