Home | History | Annotate | Download | only in Parse

Lines Matching full:consume

102     // Consume the 'export', if any.
108 // Consume the 'template', which should be here.
359 // Don't consume this... that's done by template parser.
477 // Consume the 'class' or 'typename' keyword.
503 // don't consume this token.
590 // don't consume this token.
694 // Determine the location of the '>' token. Only consume this token
775 // Since we're not supposed to consume the '>' token, we need to push
800 /// \param ConsumeLastToken if true, then we will consume the last
814 // Consume the '<'.
881 // Consume the template-name.
1199 // If the next token is a comma, consume it and keep reading
1203 // Consume the comma.
1325 // Consume the previously pushed token.
1374 // Consume everything up to (and including) the matching right brace.