Home | History | Annotate | Download | only in Format

Lines Matching refs:NextToken

65   const AnnotatedToken *NextToken = &Tok.Children[0];
66 while (NextToken->is(tok::comment)) {
67 if (NextToken->Children.empty())
69 NextToken = &NextToken->Children[0];
71 return NextToken;
665 const AnnotatedToken *NextToken = getNextToken(Tok);
666 if (NextToken == NULL)
679 if (NextToken->is(tok::l_square))
684 NextToken->FormatTok.Tok.isLiteral() || isUnaryOperator(*NextToken) ||
685 NextToken->isOneOf(tok::l_paren, tok::l_square))