Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h602 static const char *SkipEscapedNewLines(const char *P);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h686 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
/external/llvm-project/clang/lib/Lex/
DLexer.cpp761 PhysOffset += Lexer::SkipEscapedNewLines(TokPtr)-TokPtr; in getTokenPrefixLength()
1218 const char *Lexer::SkipEscapedNewLines(const char *P) { in SkipEscapedNewLines() function in Lexer