Lines Matching defs:LineIndex
137 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const { in getLineLengthAfterSplit()
163 BreakableStringLiteral::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
170 void BreakableStringLiteral::insertBreak(unsigned LineIndex, in insertBreak()
217 BreakableLineComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
223 void BreakableLineComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()
231 void BreakableLineComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace()
241 BreakableLineComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore()
319 void BreakableBlockComment::adjustWhitespace(unsigned LineIndex, in adjustWhitespace()
360 unsigned LineIndex, unsigned Offset, StringRef::size_type Length) const { in getLineLengthAfterSplit()
371 BreakableBlockComment::getSplit(unsigned LineIndex, unsigned TailOffset, in getSplit()
378 void BreakableBlockComment::insertBreak(unsigned LineIndex, unsigned TailOffset, in insertBreak()
398 void BreakableBlockComment::replaceWhitespace(unsigned LineIndex, in replaceWhitespace()
411 BreakableBlockComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore()
445 BreakableBlockComment::getContentStartColumn(unsigned LineIndex, in getContentStartColumn()