Searched refs:skipComment (Results 1 – 2 of 2) sorted by relevance
433 void skipComment();1152 void Scanner::skipComment() { in skipComment() function in Scanner1172 skipComment(); in scanToNextToken()1621 skipComment(); in scanBlockScalarHeader()
94 static Cursor skipComment(Cursor C) { in skipComment() function720 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()