Home | History | Annotate | Download | only in Parse

Lines Matching refs:TryConsumeToken

66   if (TryConsumeToken(tok::equal)) {
74 if (TryConsumeToken(tok::kw_delete, KWLoc)) {
80 } else if (TryConsumeToken(tok::kw_default, KWLoc)) {
342 if (!TryConsumeToken(tok::cxx_defaultarg_end)) {