Home | History | Annotate | Download | only in Parse

Lines Matching refs:NextToken

77     while (Tok.is(tok::coloncolon) && NextToken().is(tok::identifier)) {
1007 if (!isKnownToBeTypeSpecifier(NextToken()))
1018 return getLangOpts().CPlusPlus11 && NextToken().is(tok::l_square);
1281 (NextToken().is(tok::l_brace) || NextToken().is(tok::colon)))) {
1296 } else if (isCXX11FinalKeyword() && (NextToken().is(tok::l_square) ||
1297 NextToken().is(tok::kw_alignas))) {
1307 if (Tok.is(tok::l_square) && NextToken().is(tok::l_square)) {
1311 } else if (Tok.is(tok::kw_alignas) && NextToken().is(tok::l_paren)) {
1871 if (getLangOpts().ObjC1 && NextToken().isObjCAtKeyword(tok::objc_defs))
1891 else if (NextToken().is(tok::identifier))
1894 isAccessDecl = NextToken().is(tok::kw_operator);
2048 NextToken().is(tok::numeric_constant)) {
2069 const Token &KW = NextToken();
2359 const Token &Next = NextToken();
3095 NextToken().is(tok::l_square)