Searched refs:skipComment (Results 1 – 2 of 2) sorted by relevance
429 void skipComment();1134 void Scanner::skipComment() { in skipComment() function in Scanner1154 skipComment(); in scanToNextToken()1602 skipComment(); in scanBlockScalarHeader()
94 static Cursor skipComment(Cursor C) { in skipComment() function713 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()