Home | History | Annotate | Download | only in Parse

Lines Matching refs:NextToken

435   if (Tok.isNot(tok::l_square) || NextToken().isNot(tok::l_square))
622 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::star))) {
640 (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::identifier))) &&
653 (Tok.is(tok::ellipsis) && NextToken().is(tok::r_paren)) ||
976 const Token &Next = NextToken();
1031 const Token &Next = NextToken();
1135 if (Tok.is(tok::annot_cxxscope) && NextToken().is(tok::identifier)) {
1179 NextToken().isNot(tok::identifier));
1210 if (getLangOpts().ObjC1 && NextToken().is(tok::less)) {
1250 if (NextToken().is(tok::l_paren))
1259 if (getLangOpts().CPlusPlus11 && NextToken().is(tok::l_brace))
1269 if (NextToken().isNot(tok::l_paren))
1397 const Token &Next = NextToken();