Lines Matching refs:TransformActions
148 void applyRewrites(TransformActions::RewriteReceiver &receiver);
557 TransformActions::RewriteReceiver &receiver) { in applyRewrites()
602 TransformActions::RewriteReceiver::~RewriteReceiver() { } in ~RewriteReceiver()
604 TransformActions::TransformActions(DiagnosticsEngine &diag, in TransformActions() function in TransformActions
611 TransformActions::~TransformActions() { in ~TransformActions()
615 void TransformActions::startTransaction() { in startTransaction()
619 bool TransformActions::commitTransaction() { in commitTransaction()
623 void TransformActions::abortTransaction() { in abortTransaction()
628 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
632 void TransformActions::insertAfterToken(SourceLocation loc, in insertAfterToken()
637 void TransformActions::remove(SourceRange range) { in remove()
641 void TransformActions::removeStmt(Stmt *S) { in removeStmt()
645 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
649 void TransformActions::replace(SourceRange range, in replace()
654 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
658 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()
664 void TransformActions::increaseIndentation(SourceRange range, in increaseIndentation()
670 bool TransformActions::clearDiagnostic(ArrayRef<unsigned> IDs, in clearDiagnostic()
675 void TransformActions::applyRewrites(RewriteReceiver &receiver) { in applyRewrites()
679 DiagnosticBuilder TransformActions::report(SourceLocation loc, unsigned diagId, in report()
686 void TransformActions::reportError(StringRef message, SourceLocation loc, in reportError()
691 void TransformActions::reportWarning(StringRef message, SourceLocation loc, in reportWarning()
696 void TransformActions::reportNote(StringRef message, SourceLocation loc, in reportNote()