Home
last modified time | relevance | path

Searched refs:getCodeActions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.h72 void getCodeActions(const URIForFile &uri, const Range &pos,
H A DMLIRServer.cpp899 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 DLSPServer.cpp253 server.getCodeActions(uri, params.range.start, params.context, actions); in onCodeAction()