Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DLexer.h543 static bool isNewLineEscaped(const char *BufferStart, const char *Str);
/external/llvm-project/clang/unittests/Lex/
DLexerTest.cpp428 return Lexer::isNewLineEscaped(S, S + strlen(S) - 1); in TEST_F()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp500 !Lexer::isNewLineEscaped(BufStart, LexStart)) { in findBeginningOfLine()
1054 bool Lexer::isNewLineEscaped(const char *BufferStart, const char *Str) { in isNewLineEscaped() function in Lexer