Home | History | Annotate | Download | only in Lex

Lines Matching defs:Consumed

1632   bool Consumed = false;
1636 Consumed = true;
1638 Consumed = true;
1657 if (!Consumed) {
1667 unsigned Consumed = Size;
1671 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,
1686 Consumed += NextSize;
2982 // Since we consumed a newline, we are back at the start of a line.