Home
last modified time | relevance | path

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

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