HomeSort by: relevance | last modified time | path
    Searched refs:SkipEscapedNewLines (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 683 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
686 static const char *SkipEscapedNewLines(const char *P);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 761 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
1215 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
1218 const char *Lexer::SkipEscapedNewLines(const char *P) {

Completed in 19 milliseconds