Lines Matching defs:Token
219 bool switchesFormatting(const FormatToken &Token) {
220 assert((Token.is(TT_BlockComment) || Token.is(TT_LineComment)) &&
222 StringRef Content = Token.TokenText.substr(2).ltrim();
409 BreakableComment::BreakableComment(const FormatToken &Token,
413 : BreakableToken(Token, InPPDirective, Encoding, Style),
481 const FormatToken &Token, unsigned StartColumn,
484 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style),
486 UnbreakableTailLength(Token.UnbreakableTailLength) {
864 const FormatToken &Token, unsigned StartColumn, bool InPPDirective,
866 : BreakableComment(Token, StartColumn, InPPDirective, Encoding, Style) {