Home | History | Annotate | Download | only in Parse

Lines Matching full:consume

115   // or if we are about to parse function member template then consume
140 // Consume the tokens and store them for later parsing.
148 // Consume everything up to (and including) the left brace of the
161 // Consume everything up to (and including) the matching right brace.
220 // Consume everything up to (and including) the matching right brace.
223 // Consume everything up to (but excluding) the comma or semicolon.
330 // Consume the previously-pushed token.
333 // Consume the '='.
416 // Consume the previously pushed token.
528 // Consume the previously pushed token.
546 // Consume tokens until we hit the artificial EOF.
553 /// ConsumeAndStoreUntil - Consume and store the token at the passed token
562 // We always want this function to consume at least one token if the first
581 // Recursively consume properly-nested parens.
587 // Recursively consume properly-nested square brackets.
593 // Recursively consume properly-nested braces.
641 // consume this token.
650 /// \brief Consume tokens and store them in the passed token container until
728 // Consume the rest of the initializers permissively.