Home | History | Annotate | Download | only in Parse

Lines Matching defs:equal

462         if (!NextToken().is(tok::equal))
470 if (!TryConsumeToken(tok::equal)) {
914 if (Tok.isNot(tok::equal)) {
915 Diag(Tok, diag::err_expected_after) << Keyword << tok::equal;
1575 case tok::equal:
2197 tok::comma, tok::equal, tok::kw_asm, tok::l_brace,
2343 case tok::equal:
4120 if (TryConsumeToken(tok::equal, EqualLoc)) {
5849 if (Tok.is(tok::equal)) {