MLIR
20.0.0git
|
Represents the parameters used when viewing the output of a PDLL file. More...
#include "Tools/mlir-pdll-lsp-server/Protocol.h"
Public Attributes | |
URIForFile | uri |
The URI of the document to view the output of. More... | |
PDLLViewOutputKind | kind |
The kind of output to generate. More... | |
Represents the parameters used when viewing the output of a PDLL file.
Definition at line 39 of file Protocol.h.
PDLLViewOutputKind mlir::lsp::PDLLViewOutputParams::kind |
The kind of output to generate.
Definition at line 44 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
URIForFile mlir::lsp::PDLLViewOutputParams::uri |
The URI of the document to view the output of.
Definition at line 41 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().