Searched refs:CodeActionParams (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | LSPServer.cpp | 74 void onCodeAction(const CodeActionParams ¶ms, 237 void LSPServer::onCodeAction(const CodeActionParams ¶ms, in onCodeAction()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ClangdLSPServer.h | 111 void onCodeAction(const CodeActionParams &, Callback<llvm::json::Value>);
|
| H A D | Protocol.h | 937 struct CodeActionParams { struct 947 bool fromJSON(const llvm::json::Value &, CodeActionParams &, llvm::json::Path); argument
|
| H A D | Protocol.cpp | 680 bool fromJSON(const llvm::json::Value &Params, CodeActionParams &R, in fromJSON()
|
| H A D | ClangdLSPServer.cpp | 969 void ClangdLSPServer::onCodeAction(const CodeActionParams &Params, in onCodeAction()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 1128 struct CodeActionParams { struct 1140 bool fromJSON(const llvm::json::Value &value, CodeActionParams &result, argument
|
| H A D | Protocol.cpp | 949 CodeActionParams &result, llvm::json::Path path) { in fromJSON()
|