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

References

tools/clang/tools/extra/clangd/SemanticHighlighting.cpp
  434     int NextOld = OldLine.end() != OldEnd ? OldLine.end()->R.start.line
  434     int NextOld = OldLine.end() != OldEnd ? OldLine.end()->R.start.line
  439   for (int LineNumber = 0; NewLine.end() < NewEnd || OldLine.end() < OldEnd;
  442     OldLine = takeLine(Old, OldLine.end(), LineNumber);
  442     OldLine = takeLine(Old, OldLine.end(), LineNumber);
  443     if (NewLine != OldLine)