MLIR
20.0.0git
|
Public Member Functions | |
Impl (DialectRegistry ®istry) | |
Public Attributes | |
DialectRegistry & | registry |
The registry containing dialects that can be recognized in parsed .mlir files. More... | |
llvm::StringMap< std::unique_ptr< MLIRTextFile > > | files |
The files held by the server, mapped by their URI file name. More... | |
Definition at line 1265 of file MLIRServer.cpp.
|
inline |
Definition at line 1266 of file MLIRServer.cpp.
llvm::StringMap<std::unique_ptr<MLIRTextFile> > mlir::lsp::MLIRServer::Impl::files |
The files held by the server, mapped by their URI file name.
Definition at line 1273 of file MLIRServer.cpp.
DialectRegistry& mlir::lsp::MLIRServer::Impl::registry |
The registry containing dialects that can be recognized in parsed .mlir files.
Definition at line 1270 of file MLIRServer.cpp.