Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h199 struct TextDocumentItem { struct
214 bool fromJSON(const llvm::json::Value &value, TextDocumentItem &result, argument
429 TextDocumentItem textDocument;
H A DProtocol.cpp317 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h247 struct TextDocumentItem { struct
263 bool fromJSON(const llvm::json::Value &, TextDocumentItem &, llvm::json::Path); argument
684 TextDocumentItem textDocument;
H A DProtocol.cpp164 bool fromJSON(const llvm::json::Value &Params, TextDocumentItem &R, in fromJSON()