Home | History | Annotate | Download | only in Parse

Lines Matching refs:NextToken

449   if (Tok.isNot(tok::l_square) || NextToken().isNot(tok::l_square))
636 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::star))) {
654 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::identifier))) &&
667 (Tok.is(tok::ellipsis) && NextToken().is(tok::r_paren)) ||
994 const Token &Next = NextToken();
1050 const Token &Next = NextToken();
1158 if (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::identifier)) {
1202 NextToken().isNot(tok::identifier));
1233 if (getLangOpts().ObjC1 && NextToken().is(tok::less)) {
1273 if (NextToken().is(tok::l_paren))
1282 if (getLangOpts().CPlusPlus11 && NextToken().is(tok::l_brace))
1292 if (NextToken().isNot(tok::l_paren))
1420 const Token &Next = NextToken();