Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLineIterator.cpp22 static bool skipIfAtLineEnd(const char *&P) { in skipIfAtLineEnd() function
61 if (skipIfAtLineEnd(Pos)) in advance()
67 while (skipIfAtLineEnd(Pos)) in advance()
78 if (!skipIfAtLineEnd(Pos)) in advance()