reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Lex/Lexer.h
  539   static bool isNewLineEscaped(const char *BufferStart, const char *Str);

References

tools/clang/lib/Lex/Lexer.cpp
  497         !Lexer::isNewLineEscaped(BufStart, LexStart)) {
tools/clang/unittests/Lex/LexerTest.cpp
  428     return Lexer::isNewLineEscaped(S, S + strlen(S) - 1);