Lines Matching refs:Tokens
447 return Tokens[LineIndex] ? *Tokens[LineIndex] : Tok; in tokenAt()
501 Tokens.resize(Lines.size()); in BreakableBlockComment()
772 assert(Tokens[LineIndex - 1] == Tokens[LineIndex] && in reflow()
886 Tokens.resize(Lines.size()); in BreakableLineCommentSection()
976 Tokens[i] = LineTok; in BreakableLineCommentSection()
1057 if (LineIndex > 0 && Tokens[LineIndex] != Tokens[LineIndex - 1]) { in reflow()
1061 *Tokens[LineIndex], /*Newlines=*/0, /*Spaces=*/0, in reflow()
1082 Whitespaces.replaceWhitespaceInToken(*Tokens[LineIndex], Offset, in reflow()
1095 Whitespaces.replaceWhitespaceInToken(*Tokens[LineIndex], Offset, in reflow()
1112 if (LineIndex > 0 && Tokens[LineIndex] != Tokens[LineIndex - 1]) { in adaptStartOfLine()
1127 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()