|
MLIR
22.0.0git
|
This is the complete list of members for mlir::lsp::TableGenServer, including all inherited members.
| addDocument(const URIForFile &uri, StringRef contents, int64_t version, std::vector< Diagnostic > &diagnostics) | mlir::lsp::TableGenServer | |
| findHover(const URIForFile &uri, const Position &hoverPos) | mlir::lsp::TableGenServer | |
| findReferencesOf(const URIForFile &uri, const Position &pos, std::vector< Location > &references) | mlir::lsp::TableGenServer | |
| getDocumentLinks(const URIForFile &uri, std::vector< DocumentLink > &documentLinks) | mlir::lsp::TableGenServer | |
| getLocationsOf(const URIForFile &uri, const Position &defPos, std::vector< Location > &locations) | mlir::lsp::TableGenServer | |
| removeDocument(const URIForFile &uri) | mlir::lsp::TableGenServer | |
| TableGenServer(const Options &options) | mlir::lsp::TableGenServer | |
| updateDocument(const URIForFile &uri, ArrayRef< TextDocumentContentChangeEvent > changes, int64_t version, std::vector< Diagnostic > &diagnostics) | mlir::lsp::TableGenServer | |
| ~TableGenServer() | mlir::lsp::TableGenServer |