LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. | |
Position | position |
The position inside the text document. |
Definition at line 427 of file Protocol.h.
Position llvm::lsp::TextDocumentPositionParams::position |
The position inside the text document.
Definition at line 432 of file Protocol.h.
TextDocumentIdentifier llvm::lsp::TextDocumentPositionParams::textDocument |
The text document.
Definition at line 429 of file Protocol.h.