Home | History | Annotate | Download | only in Frontend

Lines Matching full:lineend

1103   const char *LineEnd = TokPtr;
1104 while (*LineEnd != '\n' && *LineEnd != '\r' && *LineEnd != '\0')
1105 ++LineEnd;
1108 if (size_t(LineEnd - LineStart) > MaxLineLengthToPrint)
1112 std::string SourceLine(LineStart, LineEnd);