Home
last modified time | relevance | path

Searched refs:skipComment (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp433 void skipComment();
1152 void Scanner::skipComment() { in skipComment() function in Scanner
1172 skipComment(); in scanToNextToken()
1621 skipComment(); in scanBlockScalarHeader()
/src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp94 static Cursor skipComment(Cursor C) { in skipComment() function
720 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()