|
MLIR 22.0.0git
|
Public Member Functions | |
| Impl (const Options &options) | |
Public Attributes | |
| const Options & | options |
| PDLL LSP options. | |
| lsp::CompilationDatabase | compilationDatabase |
| The compilation database containing additional information for files passed to the server. | |
| llvm::StringMap< std::unique_ptr< PDLTextFile > > | files |
| The files held by the server, mapped by their URI file name. | |
Definition at line 1728 of file PDLLServer.cpp.
|
inlineexplicit |
Definition at line 1729 of file PDLLServer.cpp.
References compilationDatabase, and options.
| lsp::CompilationDatabase mlir::lsp::PDLLServer::Impl::compilationDatabase |
The compilation database containing additional information for files passed to the server.
Definition at line 1737 of file PDLLServer.cpp.
Referenced by Impl().
| llvm::StringMap<std::unique_ptr<PDLTextFile> > mlir::lsp::PDLLServer::Impl::files |
The files held by the server, mapped by their URI file name.
Definition at line 1740 of file PDLLServer.cpp.
| const Options& mlir::lsp::PDLLServer::Impl::options |