Home | History | Annotate | Download | only in Support

Lines Matching full:consume

375   /// @brief Consume a minimal well-formed code unit subsequence starting at
378 bool consume(uint32_t Expected);
881 Column += 2; // Consume both the ':' and ns-char.
903 bool Scanner::consume(uint32_t Expected) {
1068 consume('%');
1434 if (!consume('>'))
2055 AnchorInfo = getNext(); // Consume TK_Anchor.