Lines Matching refs:SourceRange

46     SourceRange R1, R2;
97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()
135 void remove(SourceRange range);
137 void replace(SourceRange range, StringRef text);
138 void replace(SourceRange range, SourceRange replacementRange);
142 void increaseIndentation(SourceRange range,
145 bool clearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
152 bool canRemoveRange(SourceRange range);
153 bool canReplaceRange(SourceRange range, SourceRange replacementRange);
158 void commitRemove(SourceRange range);
160 void commitReplace(SourceRange range, SourceRange replacementRange);
163 void commitIncreaseIndentation(SourceRange range,SourceLocation parentIndent);
164 void commitClearDiagnostic(ArrayRef<unsigned> IDs, SourceRange range);
304 void TransformActionsImpl::remove(SourceRange range) { in remove()
322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
329 void TransformActionsImpl::replace(SourceRange range, in replace()
330 SourceRange replacementRange) { in replace()
358 void TransformActionsImpl::increaseIndentation(SourceRange range, in increaseIndentation()
370 SourceRange range) { in clearDiagnostic()
409 bool TransformActionsImpl::canRemoveRange(SourceRange range) { in canRemoveRange()
413 bool TransformActionsImpl::canReplaceRange(SourceRange range, in canReplaceRange()
414 SourceRange replacementRange) { in canReplaceRange()
446 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove()
464 void TransformActionsImpl::commitReplace(SourceRange range, in commitReplace()
465 SourceRange replacementRange) { in commitReplace()
492 void TransformActionsImpl::commitIncreaseIndentation(SourceRange range, in commitIncreaseIndentation()
502 SourceRange range) { in commitClearDiagnostic()
638 void TransformActions::remove(SourceRange range) { in remove()
646 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
650 void TransformActions::replace(SourceRange range, in replace()
651 SourceRange replacementRange) { in replace()
665 void TransformActions::increaseIndentation(SourceRange range, in increaseIndentation()
672 SourceRange range) { in clearDiagnostic()
681 SourceRange range) { in report()
688 SourceRange range) { in reportError()
693 SourceRange range) { in reportWarning()
698 SourceRange range) { in reportNote()