Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h582 static const char *SkipEscapedNewLines(const char *P);
/external/clang/lib/Lex/
DLexer.cpp739 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr; in AdvanceToTokenCharacter()
1132 const char *Lexer::SkipEscapedNewLines(const char *P) { in SkipEscapedNewLines() function in Lexer