MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Go to the source code of this file.
Classes | |
struct | mlir::lsp::MLIRConvertBytecodeParams |
This class represents the parameters used when converting between MLIR's bytecode and textual format. More... | |
struct | mlir::lsp::MLIRConvertBytecodeResult |
This class represents the result of converting between MLIR's bytecode and textual format. More... | |
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::lsp | |
Functions | |
bool | mlir::lsp::fromJSON (const llvm::json::Value &value, MLIRConvertBytecodeParams &result, llvm::json::Path path) |
Add support for JSON serialization. More... | |
llvm::json::Value | mlir::lsp::toJSON (const MLIRConvertBytecodeResult &value) |
Add support for JSON serialization. More... | |