|
MLIR 22.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. | |
| PDLLViewOutputKind | kind |
| The kind of output to generate. | |
Represents the parameters used when viewing the output of a PDLL file.
Definition at line 41 of file Protocol.h.
| PDLLViewOutputKind mlir::lsp::PDLLViewOutputParams::kind |
The kind of output to generate.
Definition at line 46 of file Protocol.h.
| URIForFile mlir::lsp::PDLLViewOutputParams::uri |
The URI of the document to view the output of.
Definition at line 43 of file Protocol.h.