Home | History | Annotate | Download | only in Parse

Lines Matching defs:equal

463         if (!NextToken().is(tok::equal))
471 if (!TryConsumeToken(tok::equal)) {
939 if (Tok.isNot(tok::equal)) {
940 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal;
1611 case tok::equal:
2234 tok::comma, tok::equal, tok::kw_asm, tok::l_brace,
2398 case tok::equal:
4209 if (TryConsumeToken(tok::equal, EqualLoc)) {
5954 if (Tok.is(tok::equal)) {