Home
last modified time | relevance | path

Searched refs:wasLineContinuation (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() function
446 if (!wasLineContinuation(First, Len)) // Continue past line-continuations. in skipLine()