Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DLineIterator.cpp15 static bool isAtLineEnd(const char *P) { in isAtLineEnd() function
46 if (SkipBlanks || !isAtLineEnd(Buffer.getBufferStart())) in line_iterator()
55 assert(Pos == Buffer->getBufferStart() || isAtLineEnd(Pos) || *Pos == '\0'); in advance()
59 if (!SkipBlanks && isAtLineEnd(Pos)) { in advance()
68 if (isAtLineEnd(Pos) && !SkipBlanks) in advance()
73 } while (*Pos != '\0' && !isAtLineEnd(Pos)); in advance()
89 while (Pos[Length] != '\0' && !isAtLineEnd(&Pos[Length])) { in advance()