Home | History | Annotate | Download | only in Parse

Lines Matching full:consume

131       AtLoc = ConsumeToken();  // consume @
338 // ParseExpression does not consume any tokens.
773 /// consume the '}' at the end of the block. It does not manipulate the scope
845 // operator for expressions. Consume multiple __extension__ markers here
1430 ConsumeToken(); // consume 'in'
1458 ConsumeToken(); // consume 'in'
1477 // Skip until semicolon or rparen, don't consume it.
1509 // Skip until semicolon or rparen, don't consume it.
1611 if (R.isInvalid()) { // Skip to the semicolon, but don't consume it.
1670 if (R.isInvalid()) { // Skip to the semicolon, but don't consume it.
1718 // Otherwise, consume up to the original tokens.
1982 // Braced inline asm: consume the opening brace.
2032 // Consume the closing brace, and finish
2037 // Consume the next token; make sure we don't modify the brace count etc.
2224 // Consume up to and including the closing paren.