Searched refs:skipComment (Results 1 – 4 of 4) sorted by relevance
64 void skipComment();
151 skipComment(); in lexToken()251 void Lexer::skipComment() { in skipComment() function in Lexer
429 void skipComment();1134 void Scanner::skipComment() { in skipComment() function in Scanner1154 skipComment(); in scanToNextToken()1602 skipComment(); in scanBlockScalarHeader()
95 static Cursor skipComment(Cursor C) { in skipComment() function708 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()