Lines Matching full:consume
155 // consume everything up to and including the matching right parens
472 // Consume the identifier.
475 // Consume the '='.
1036 /// for each LateParsedAttribute. We consume the saved tokens and
1048 // Consume the previously pushed token.
1242 ConsumeToken(); // consume flag
1299 // Consume the attributes.
2103 // Otherwise, if we don't consume this token, we are going to emit an
2206 // the type in the declaration specifiers, consume the would-be type
3223 // Consume the comma.
3475 // If an identifier is present, consume and remember it.
3523 // Consume the ':'.
3531 // Consume the ':'.
3552 // Consume the ':'.
3686 // definition, consume the entire definition.
4211 // We already know that we have a constructor name; just consume
4380 continue; // do *not* consume the next token!
5248 EllipsisLoc = ConsumeToken(); // Consume the ellipsis.
5335 // Consume the '='.
5366 // If the next token is a comma, consume it and keep reading arguments.
5369 EllipsisLoc = ConsumeToken(); // Consume the ellipsis.
5382 // Consume the comma.