Home
last modified time | relevance | path

Searched refs:VersionedTextDocumentIdentifier (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h235 struct VersionedTextDocumentIdentifier { struct
243 llvm::json::Value toJSON(const VersionedTextDocumentIdentifier &value); argument
245 VersionedTextDocumentIdentifier &result, llvm::json::Path path);
476 VersionedTextDocumentIdentifier textDocument;
H A DProtocol.cpp344 mlir::lsp::toJSON(const VersionedTextDocumentIdentifier &value) { in toJSON()
352 VersionedTextDocumentIdentifier &result, in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h139 struct VersionedTextDocumentIdentifier : public TextDocumentIdentifier { struct
152 llvm::json::Value toJSON(const VersionedTextDocumentIdentifier &); argument
153 bool fromJSON(const llvm::json::Value &, VersionedTextDocumentIdentifier &,
720 VersionedTextDocumentIdentifier textDocument;
H A DProtocol.cpp107 llvm::json::Value toJSON(const VersionedTextDocumentIdentifier &R) { in toJSON()
114 VersionedTextDocumentIdentifier &R, llvm::json::Path P) { in fromJSON()