Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp429 void skipComment();
1134 void Scanner::skipComment() { in skipComment() function in Scanner
1154 skipComment(); in scanToNextToken()
1602 skipComment(); in scanBlockScalarHeader()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp94 static Cursor skipComment(Cursor C) { in skipComment() function
713 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()