LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
URIForFile | uri |
The text document's URI. | |
int64_t | version |
The version number of this document. |
Definition at line 272 of file Protocol.h.
URIForFile llvm::lsp::VersionedTextDocumentIdentifier::uri |
The text document's URI.
Definition at line 274 of file Protocol.h.
int64_t llvm::lsp::VersionedTextDocumentIdentifier::version |
The version number of this document.
Definition at line 276 of file Protocol.h.