Home | History | Annotate | Download | only in Support

Lines Matching defs:skip

334   /// @brief Skip a single nb-char[27] starting at Position.
343 /// @brief Skip a single b-break[28] starting at Position.
351 /// @brief Skip a single s-white[33] starting at Position.
359 /// @brief Skip a single ns-char[34] starting at Position.
368 /// @brief Skip minimal well-formed code unit subsequences until Func
389 /// @brief Skip \a Distance UTF-8 code units. Updates \a Cur and \a Column.
390 void skip(uint32_t Distance);
420 /// @brief Skip whitespace and comments until the start of the next token.
885 void Scanner::skip(uint32_t Distance) {
968 skip(1);
971 // Skip comment.
974 // This may skip more than one byte, thus Column is only incremented
984 // Skip EOL.
1068 skip(3);
1078 skip(1);
1097 skip(1);
1110 skip(1);
1122 skip(1);
1137 skip(1);
1171 skip(1);
1209 skip(1);
1211 // Skip a ' followed by another '.
1213 skip(2);
1239 skip(1); // Skip ending quote.
1333 skip(1);
1367 skip(1); // Eat | or >
1404 skip(1); // Eat !.
1407 skip(1);
1542 // Skip Stream-Start.
1553 void Stream::skip() {
1555 i->skip();
1823 getNext(); // skip TK_Key.
1839 getKey()->skip();
1858 getNext(); // skip TK_Value.
1878 CurrentEntry->skip();
1932 CurrentEntry->skip();
2023 bool Document::skip() {
2028 Root->skip();
2034 return skip();