Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp435 void skipComment();
1038 void Scanner::skipComment() { in skipComment() function in Scanner
1058 skipComment(); in scanToNextToken()
1483 skipComment(); in scanBlockScalarHeader()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp100 static Cursor skipComment(Cursor C) { in skipComment() function
685 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()