Searched refs:DocumentLinkParams (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | LSPServer.cpp | 56 void onDocumentLink(const DocumentLinkParams ¶ms, 169 void LSPServer::onDocumentLink(const DocumentLinkParams ¶ms, in onDocumentLink()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | LSPServer.cpp | 58 void onDocumentLink(const DocumentLinkParams ¶ms, 217 void LSPServer::onDocumentLink(const DocumentLinkParams ¶ms, in onDocumentLink()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ClangdLSPServer.h | 162 void onDocumentLink(const DocumentLinkParams &,
|
| H A D | Protocol.h | 1739 struct DocumentLinkParams { struct 1743 bool fromJSON(const llvm::json::Value &, DocumentLinkParams &, argument
|
| H A D | Protocol.cpp | 1426 bool fromJSON(const llvm::json::Value &Params, DocumentLinkParams &R, in fromJSON()
|
| H A D | ClangdLSPServer.cpp | 1451 const DocumentLinkParams &Params, in onDocumentLink()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 975 struct DocumentLinkParams { struct 981 bool fromJSON(const llvm::json::Value &value, DocumentLinkParams &result, argument
|
| H A D | Protocol.cpp | 873 DocumentLinkParams &result, llvm::json::Path path) { in fromJSON()
|