Home | History | Annotate | Download | only in Parse

Lines Matching refs:NextKind

195     tok::TokenKind NextKind = NextToken().getKind();
196 if (NextKind == tok::kw_new || NextKind == tok::kw_delete)