MLIR
20.0.0git
|
Public Member Functions | |
Impl (const Options &options) | |
Public Attributes | |
const Options & | options |
PDLL LSP options. More... | |
lsp::CompilationDatabase | compilationDatabase |
The compilation database containing additional information for files passed to the server. More... | |
llvm::StringMap< std::unique_ptr< PDLTextFile > > | files |
The files held by the server, mapped by their URI file name. More... | |
Definition at line 1688 of file PDLLServer.cpp.
|
inlineexplicit |
Definition at line 1689 of file PDLLServer.cpp.
lsp::CompilationDatabase mlir::lsp::PDLLServer::Impl::compilationDatabase |
The compilation database containing additional information for files passed to the server.
Definition at line 1697 of file PDLLServer.cpp.
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 1700 of file PDLLServer.cpp.
const Options& mlir::lsp::PDLLServer::Impl::options |
PDLL LSP options.
Definition at line 1693 of file PDLLServer.cpp.