Searched refs:SkipEscapedNewLines (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLexer.h579 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
582 static const char *SkipEscapedNewLines(const char *P);
/external/clang/lib/Lex/
H A DLexer.cpp739 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) { function in class:Lexer

Completed in 209 milliseconds