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

/external/clang/lib/Lex/
H A DLexer.cpp745 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
1135 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
1138 const char *Lexer::SkipEscapedNewLines(const char *P) { function in class:Lexer

Completed in 89 milliseconds