Lines Matching refs:TransformActions
148 void applyRewrites(TransformActions::RewriteReceiver &receiver);
557 TransformActions::RewriteReceiver &receiver) { in applyRewrites()
598 TransformActions::RewriteReceiver::~RewriteReceiver() { } in ~RewriteReceiver()
600 TransformActions::TransformActions(DiagnosticsEngine &diag, in TransformActions() function in TransformActions
607 TransformActions::~TransformActions() { in ~TransformActions()
611 void TransformActions::startTransaction() { in startTransaction()
615 bool TransformActions::commitTransaction() { in commitTransaction()
619 void TransformActions::abortTransaction() { in abortTransaction()
624 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
628 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken()
633 void TransformActions::remove(SourceRange range) { in remove()
637 void TransformActions::removeStmt(Stmt *S) { in removeStmt()
641 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
645 void TransformActions::replace(SourceRange range, in replace()
650 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
654 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()
660 void TransformActions::increaseIndentation(SourceRange range, in increaseIndentation()
666 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
671 void TransformActions::applyRewrites(RewriteReceiver &receiver) { in applyRewrites()
675 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, in report()
682 void TransformActions::reportError(StringRef message, SourceLocation loc, in reportError()
687 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning()
692 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote()