Lines Matching refs:Tokens
333 return Tokens[LineIndex] ? *Tokens[LineIndex] : Tok; in tokenAt()
387 Tokens.resize(Lines.size()); in BreakableBlockComment()
660 assert(Tokens[LineIndex - 1] == Tokens[LineIndex] && in reflow()
774 Tokens.resize(Lines.size()); in BreakableLineCommentSection()
864 Tokens[i] = LineTok; in BreakableLineCommentSection()
945 if (LineIndex > 0 && Tokens[LineIndex] != Tokens[LineIndex - 1]) { in reflow()
949 *Tokens[LineIndex], /*Newlines=*/0, /*Spaces=*/0, in reflow()
970 Whitespaces.replaceWhitespaceInToken(*Tokens[LineIndex], Offset, in reflow()
983 Whitespaces.replaceWhitespaceInToken(*Tokens[LineIndex], Offset, in reflow()
1000 if (LineIndex > 0 && Tokens[LineIndex] != Tokens[LineIndex - 1]) { in adaptStartOfLine()
1015 Whitespaces.replaceWhitespace(*Tokens[LineIndex], in adaptStartOfLine()