Home | History | Annotate | Download | only in Parse

Lines Matching refs:NextToken

416   if (Tok.isNot(tok::l_square) || NextToken().isNot(tok::l_square))
603 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::star))) {
621 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::identifier))) &&
632 (Tok.is(tok::ellipsis) && NextToken().is(tok::r_paren)) ||
939 const Token &Next = NextToken();
1040 if (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::identifier)) {
1085 if (getLangOpts().ObjC1 && NextToken().is(tok::less)) {
1125 if (NextToken().is(tok::l_paren))
1134 if (getLangOpts().CPlusPlus0x && NextToken().is(tok::l_brace))
1144 if (NextToken().isNot(tok::l_paren))