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

Declarations

tools/clang/tools/extra/clangd/SemanticHighlighting.h
   90 diffHighlightings(ArrayRef<HighlightingToken> New,

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1312   std::vector<LineHighlightings> Diffed = diffHighlightings(Highlightings, Old);
tools/clang/tools/extra/clangd/unittests/SemanticHighlightingTests.cpp
  146       diffHighlightings(NewTokens, OldTokens);
  775   auto ActualDiff = diffHighlightings(NewTokens, OldTokens);