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

Overridden By

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
 1318 void ClangdLSPServer::onDiagnosticsReady(PathRef File,
tools/clang/tools/extra/clangd/unittests/ClangdTests.cpp
   64   void onDiagnosticsReady(PathRef File,
   85   void onDiagnosticsReady(PathRef File,
  278     void onDiagnosticsReady(PathRef File,
  596     void onDiagnosticsReady(PathRef File,
  776     void onDiagnosticsReady(PathRef, std::vector<Diag>) override {
tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
   49   void onDiagnosticsReady(PathRef File,
tools/clang/tools/extra/clangd/unittests/FindSymbolsTests.cpp
   29   void onDiagnosticsReady(PathRef File,
tools/clang/tools/extra/clangd/unittests/HeaderSourceSwitchTests.cpp
  253     void onDiagnosticsReady(PathRef File,
tools/clang/tools/extra/clangd/unittests/SemanticHighlightingTests.cpp
  622     void onDiagnosticsReady(PathRef, std::vector<Diag>) override {}
tools/clang/tools/extra/clangd/unittests/SemanticSelectionTests.cpp
   30   void onDiagnosticsReady(PathRef File,
tools/clang/tools/extra/clangd/unittests/TUSchedulerTests.cpp
  705     void onDiagnosticsReady(PathRef File,
tools/clang/tools/extra/clangd/unittests/XRefsTests.cpp
   46   void onDiagnosticsReady(PathRef File,

References

tools/clang/tools/extra/clangd/ClangdServer.cpp
   81       DiagConsumer.onDiagnosticsReady(Path, std::move(Diagnostics));
   89     Publish([&]() { DiagConsumer.onDiagnosticsReady(Path, Diags); });