Lines Matching refs:SourceRange
47 SourceRange R1, R2;
98 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()
136 void remove(SourceRange range);
138 void replace(SourceRange range, StringRef text);
139 void replace(SourceRange range, SourceRange replacementRange);
143 void increaseIndentation(SourceRange range,
146 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
153 bool canRemoveRange(SourceRange range);
154 bool canReplaceRange(SourceRange range, SourceRange replacementRange);
159 void commitRemove(SourceRange range);
161 void commitReplace(SourceRange range, SourceRange replacementRange);
164 void commitIncreaseIndentation(SourceRange range,SourceLocation parentIndent);
165 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
305 void TransformActionsImpl::remove(SourceRange range) { in remove()
321 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
328 void TransformActionsImpl::replace(SourceRange range, in replace()
329 SourceRange replacementRange) { in replace()
357 void TransformActionsImpl::increaseIndentation(SourceRange range, in increaseIndentation()
369 SourceRange range) { in clearDiagnostic()
408 bool TransformActionsImpl::canRemoveRange(SourceRange range) { in canRemoveRange()
412 bool TransformActionsImpl::canReplaceRange(SourceRange range, in canReplaceRange()
413 SourceRange replacementRange) { in canReplaceRange()
445 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove()
463 void TransformActionsImpl::commitReplace(SourceRange range, in commitReplace()
464 SourceRange replacementRange) { in commitReplace()
491 void TransformActionsImpl::commitIncreaseIndentation(SourceRange range, in commitIncreaseIndentation()
501 SourceRange range) { in commitClearDiagnostic()
637 void TransformActions::remove(SourceRange range) { in remove()
645 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
649 void TransformActions::replace(SourceRange range, in replace()
650 SourceRange replacementRange) { in replace()
664 void TransformActions::increaseIndentation(SourceRange range, in increaseIndentation()
671 SourceRange range) { in clearDiagnostic()
680 SourceRange range) { in report()
687 SourceRange range) { in reportError()
692 SourceRange range) { in reportWarning()
697 SourceRange range) { in reportNote()