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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h679 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
682 static const char *SkipEscapedNewLines(const char *P);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp759 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr;
1213 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
1216 const char *Lexer::SkipEscapedNewLines(const char *P) { function in class:Lexer

Completed in 115 milliseconds