|
MLIR
22.0.0git
|
Public Member Functions | |
| Impl (const Options &options) | |
Public Attributes | |
| const Options & | options |
| TableGen LSP options. More... | |
| lsp::CompilationDatabase | compilationDatabase |
| The compilation database containing additional information for files passed to the server. More... | |
| llvm::StringMap< std::unique_ptr< TableGenTextFile > > | files |
| The files held by the server, mapped by their URI file name. More... | |
Definition at line 656 of file TableGenServer.cpp.
|
inlineexplicit |
Definition at line 657 of file TableGenServer.cpp.
| lsp::CompilationDatabase mlir::lsp::TableGenServer::Impl::compilationDatabase |
The compilation database containing additional information for files passed to the server.
Definition at line 665 of file TableGenServer.cpp.
| llvm::StringMap<std::unique_ptr<TableGenTextFile> > mlir::lsp::TableGenServer::Impl::files |
The files held by the server, mapped by their URI file name.
Definition at line 668 of file TableGenServer.cpp.
| const Options& mlir::lsp::TableGenServer::Impl::options |
TableGen LSP options.
Definition at line 661 of file TableGenServer.cpp.