reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/SourceManager.cpp
 1256     while (Buf[I] != '\n' && Buf[I] != '\r' && Buf[I] != '\0')
 1256     while (Buf[I] != '\n' && Buf[I] != '\r' && Buf[I] != '\0')
 1256     while (Buf[I] != '\n' && Buf[I] != '\r' && Buf[I] != '\0')
 1259     if (Buf[I] == '\n' || Buf[I] == '\r') {
 1259     if (Buf[I] == '\n' || Buf[I] == '\r') {
 1261       if (Buf[I] == '\r' && Buf[I+1] == '\n')
 1261       if (Buf[I] == '\r' && Buf[I+1] == '\n')
 1267       if (Buf+I == End) break;