Searched refs:getShiftedCodePosition (Results 1 – 5 of 5) sorted by relevance
158 unsigned NewStart = getShiftedCodePosition(R.getOffset()); in getReplacementInChangedCode()159 unsigned NewEnd = getShiftedCodePosition(R.getOffset() + R.getLength()); in getReplacementInChangedCode()546 unsigned Replacements::getShiftedCodePosition(unsigned Position) const { in getShiftedCodePosition() function in Replacements
349 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()449 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()
270 unsigned getShiftedCodePosition(unsigned Position) const;
280 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert()
2741 Result.getShiftedCodePosition(Replace->getOffset()); in fixCppIncludeInsertions()