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

/external/llvm/lib/Support/
H A DLineIterator.cpp23 static bool skipIfAtLineEnd(const char *&P) { function
57 if (skipIfAtLineEnd(Pos))
63 while (skipIfAtLineEnd(Pos))
74 if (!skipIfAtLineEnd(Pos))

Completed in 74 milliseconds