Home | History | Annotate | Download | only in Lex

Lines Matching refs:SkipLineComment

1926 bool Lexer::SkipLineComment(Token &Result, const char *CurPtr) {
2853 if (SkipLineComment(Result, CurPtr+2))
3155 if (SkipLineComment(Result, ConsumeChar(CurPtr, SizeTmp, Result)))