Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp297 static bool wasLineContinuation(const char *First, unsigned EOLLen) { in wasLineContinuation() function
414 if (!wasLineContinuation(First, Len)) // Continue past line-continuations. in skipLine()