MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
CompletionContext | context |
Public Attributes inherited from mlir::lsp::TextDocumentPositionParams | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
Position | position |
The position inside the text document. More... | |
Definition at line 943 of file Protocol.h.
CompletionContext mlir::lsp::CompletionParams::context |
Definition at line 944 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().