Searched refs:ReferenceParams (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | LSPServer.cpp | 50 void onReference(const ReferenceParams ¶ms, 159 void LSPServer::onReference(const ReferenceParams ¶ms, in onReference()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | LSPServer.cpp | 50 void onReference(const ReferenceParams ¶ms, 201 void LSPServer::onReference(const ReferenceParams ¶ms, in onReference()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | LSPServer.cpp | 52 void onReference(const ReferenceParams ¶ms, 207 void LSPServer::onReference(const ReferenceParams ¶ms, in onReference()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ClangdLSPServer.h | 123 void onReference(const ReferenceParams &, Callback<std::vector<Location>>);
|
| H A D | Protocol.h | 1626 struct ReferenceParams : public TextDocumentPositionParams { struct 1629 bool fromJSON(const llvm::json::Value &, ReferenceParams &, llvm::json::Path); argument
|
| H A D | Protocol.cpp | 1270 bool fromJSON(const llvm::json::Value &Params, ReferenceParams &R, in fromJSON()
|
| H A D | ClangdLSPServer.cpp | 1379 void ClangdLSPServer::onReference(const ReferenceParams &Params, in onReference()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 415 struct ReferenceParams : public TextDocumentPositionParams { struct 420 bool fromJSON(const llvm::json::Value &value, ReferenceParams &result, argument
|
| H A D | Protocol.cpp | 445 ReferenceParams &result, llvm::json::Path path) { in fromJSON()
|