MLIR
17.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 401 of file Protocol.h.
Position mlir::lsp::TextDocumentPositionParams::position |
The position inside the text document.
Definition at line 406 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
TextDocumentIdentifier mlir::lsp::TextDocumentPositionParams::textDocument |