Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DLineIterator.cpp22 static bool skipIfAtLineEnd(const char *&P) { in skipIfAtLineEnd() function
60 if (skipIfAtLineEnd(Pos)) in advance()
66 while (skipIfAtLineEnd(Pos)) in advance()
77 if (!skipIfAtLineEnd(Pos)) in advance()