Searched refs:skipComment (Results 1 – 2 of 2) sorted by relevance
427 void skipComment();1113 void Scanner::skipComment() { in skipComment() function in Scanner1133 skipComment(); in scanToNextToken()1562 skipComment(); in scanBlockScalarHeader()
96 static Cursor skipComment(Cursor C) { in skipComment() function707 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()