Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp830 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr; in getTokenPrefixLength()
1303 const char *Lexer::SkipEscapedNewLines(const char *P) { in SkipEscapedNewLines() function in Lexer