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

Declarations

tools/clang/tools/extra/clangd/ClangdLSPServer.h
  185   void notify(StringRef Method, llvm::json::Value Params);

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  701         notify("window/showMessage", Msg);
 1133   notify("textDocument/semanticHighlighting", Params);
 1139   notify("textDocument/publishDiagnostics",
 1352   notify("textDocument/clangd.fileStatus", Status.render(File));