Home
last modified time | relevance | path

Searched refs:ReferenceParams (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DLSPServer.cpp50 void onReference(const ReferenceParams &params,
159 void LSPServer::onReference(const ReferenceParams &params, in onReference()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp50 void onReference(const ReferenceParams &params,
201 void LSPServer::onReference(const ReferenceParams &params, in onReference()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DLSPServer.cpp52 void onReference(const ReferenceParams &params,
207 void LSPServer::onReference(const ReferenceParams &params, in onReference()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h123 void onReference(const ReferenceParams &, Callback<std::vector<Location>>);
H A DProtocol.h1626 struct ReferenceParams : public TextDocumentPositionParams { struct
1629 bool fromJSON(const llvm::json::Value &, ReferenceParams &, llvm::json::Path); argument
H A DProtocol.cpp1270 bool fromJSON(const llvm::json::Value &Params, ReferenceParams &R, in fromJSON()
H A DClangdLSPServer.cpp1379 void ClangdLSPServer::onReference(const ReferenceParams &Params, in onReference()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h415 struct ReferenceParams : public TextDocumentPositionParams { struct
420 bool fromJSON(const llvm::json::Value &value, ReferenceParams &result, argument
H A DProtocol.cpp445 ReferenceParams &result, llvm::json::Path path) { in fromJSON()