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