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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DLineIterator.cpp22 static bool skipIfAtLineEnd(const char *&P) { function
56 if (skipIfAtLineEnd(Pos))
62 while (skipIfAtLineEnd(Pos))
73 if (!skipIfAtLineEnd(Pos))

Completed in 117 milliseconds