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

References

tools/clang/tools/extra/clangd/ClangdLSPServer.cpp
  291       Param P;
  775     const DidCloseTextDocumentParams &Params) {
tools/clang/tools/extra/clangd/ClangdLSPServer.h
   71   void onDocumentDidClose(const DidCloseTextDocumentParams &);
tools/clang/tools/extra/clangd/Protocol.cpp
  386 bool fromJSON(const llvm::json::Value &Params, DidCloseTextDocumentParams &R) {
tools/clang/tools/extra/clangd/Protocol.h
  534 bool fromJSON(const llvm::json::Value &, DidCloseTextDocumentParams &);