HomeSort by relevance Sort by last modified time
    Searched refs:SkipEscapedNewLines (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Lexer.h 554 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
557 static const char *SkipEscapedNewLines(const char *P);
  /external/clang/lib/Lex/
Lexer.cpp 740 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
    [all...]

Completed in 113 milliseconds