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

References

tools/clang/tools/extra/clangd/JSONTransport.cpp
   83     while (!feof(In)) {
   84       if (ferror(In))
  201     if (feof(In) || ferror(In) || !readLine(In, Line))
  201     if (feof(In) || ferror(In) || !readLine(In, Line))
  201     if (feof(In) || ferror(In) || !readLine(In, Line))
  248                                        ContentLength - Pos, In);
  255     clearerr(In); // If we're done, the error was transient. If we're not done,
  270   while (readLine(In, Line)) {
  283   if (ferror(In)) {