Home | History | Annotate | Download | only in Parse

Lines Matching refs:isOneOf

122     WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square,
125 nextTok.isOneOf(tok::l_paren, tok::identifier, tok::arrow, tok::period);
127 nextTok.isOneOf(tok::l_paren, tok::semi, tok::identifier, tok::l_brace);
1440 if (Next.isOneOf(tok::l_square, tok::kw_alignas)) {