Searched refs:getCodeActions (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.h | 72 void getCodeActions(const URIForFile &uri, const Range &pos,
|
| H A D | MLIRServer.cpp | 899 void getCodeActions(const lsp::URIForFile &uri, const lsp::Range &pos, 1061 void MLIRTextFile::getCodeActions(const lsp::URIForFile &uri, in getCodeActions() function in MLIRTextFile 1212 void lsp::MLIRServer::getCodeActions(const URIForFile &uri, const Range &pos, in getCodeActions() function in lsp::MLIRServer 1217 fileIt->second->getCodeActions(uri, pos, context, actions); in getCodeActions()
|
| H A D | LSPServer.cpp | 253 server.getCodeActions(uri, params.range.start, params.context, actions); in onCodeAction()
|