Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp326 static bool wasLineContinuation(const char *First, unsigned EOLLen) { in wasLineContinuation() argument
327 return *(First - (int)EOLLen - 1) == '\\'; in wasLineContinuation()