Home | History | Annotate | Download | only in Lex

Lines Matching refs:SkipEscapedNewLines

739     PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
1129 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
1132 const char *Lexer::SkipEscapedNewLines(const char *P) {