Home | History | Annotate | Download | only in Parse

Lines Matching full:r_square

432     bool IsAttribute = SkipUntil(tok::r_square, false);
433 IsAttribute &= Tok.is(tok::r_square);
455 bool IsAttribute = Tok.is(tok::r_square);
476 while (Tok.isNot(tok::r_square)) {
521 if (Tok.is(tok::r_square)) {
523 IsAttribute = Tok.is(tok::r_square);
1440 if (!SkipUntil(tok::r_square))