reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 assert(Pos == Buffer->getBufferStart() || isAtLineEnd(Pos) || *Pos == '\0'); 54 assert(Pos == Buffer->getBufferStart() || isAtLineEnd(Pos) || *Pos == '\0'); 54 assert(Pos == Buffer->getBufferStart() || isAtLineEnd(Pos) || *Pos == '\0'); 56 if (skipIfAtLineEnd(Pos)) 58 if (!SkipBlanks && isAtLineEnd(Pos)) { 62 while (skipIfAtLineEnd(Pos)) 67 if (isAtLineEnd(Pos) && !SkipBlanks) 69 if (*Pos == CommentMarker) 71 ++Pos; 72 } while (*Pos != '\0' && !isAtLineEnd(Pos)); 72 } while (*Pos != '\0' && !isAtLineEnd(Pos)); 73 if (!skipIfAtLineEnd(Pos)) 79 if (*Pos == '\0') { 88 while (Pos[Length] != '\0' && !isAtLineEnd(&Pos[Length])) { 88 while (Pos[Length] != '\0' && !isAtLineEnd(&Pos[Length])) { 92 CurrentLine = StringRef(Pos, Length);