Home
last modified time | relevance | path

Searched refs:DocumentLinkParams (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp56 void onDocumentLink(const DocumentLinkParams &params,
169 void LSPServer::onDocumentLink(const DocumentLinkParams &params, in onDocumentLink()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp58 void onDocumentLink(const DocumentLinkParams &params,
217 void LSPServer::onDocumentLink(const DocumentLinkParams &params, in onDocumentLink()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h162 void onDocumentLink(const DocumentLinkParams &,
H A DProtocol.h1739 struct DocumentLinkParams { struct
1743 bool fromJSON(const llvm::json::Value &, DocumentLinkParams &, argument
H A DProtocol.cpp1426 bool fromJSON(const llvm::json::Value &Params, DocumentLinkParams &R, in fromJSON()
H A DClangdLSPServer.cpp1451 const DocumentLinkParams &Params, in onDocumentLink()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h975 struct DocumentLinkParams { struct
981 bool fromJSON(const llvm::json::Value &value, DocumentLinkParams &result, argument
H A DProtocol.cpp873 DocumentLinkParams &result, llvm::json::Path path) { in fromJSON()