MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
TextDocumentIdentifier | textDocument |
The document in which the command was invoked. More... | |
Range | range |
The range for which the command was invoked. More... | |
CodeActionContext | context |
Context carrying additional information. More... | |
Definition at line 1168 of file Protocol.h.
CodeActionContext mlir::lsp::CodeActionParams::context |
Context carrying additional information.
Definition at line 1176 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
Range mlir::lsp::CodeActionParams::range |
The range for which the command was invoked.
Definition at line 1173 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
TextDocumentIdentifier mlir::lsp::CodeActionParams::textDocument |
The document in which the command was invoked.
Definition at line 1170 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().