Home
last modified time | relevance | path

Searched refs:TextDocumentIdentifier (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h131 struct TextDocumentIdentifier { struct
135 llvm::json::Value toJSON(const TextDocumentIdentifier &); argument
136 bool fromJSON(const llvm::json::Value &, TextDocumentIdentifier &,
139 struct VersionedTextDocumentIdentifier : public TextDocumentIdentifier {
762 TextDocumentIdentifier textDocument;
769 TextDocumentIdentifier textDocument;
853 TextDocumentIdentifier textDocument;
863 TextDocumentIdentifier textDocument;
876 TextDocumentIdentifier textDocument;
883 TextDocumentIdentifier textDocumen
[all...]
H A DClangdLSPServer.h135 void onSwitchSourceHeader(const TextDocumentIdentifier &,
H A DProtocol.cpp98 llvm::json::Value toJSON(const TextDocumentIdentifier &R) { in toJSON()
102 bool fromJSON(const llvm::json::Value &Params, TextDocumentIdentifier &R, in fromJSON()
109 auto Result = toJSON(static_cast<const TextDocumentIdentifier &>(R)); in toJSON()
117 return fromJSON(Params, static_cast<TextDocumentIdentifier &>(R), P) && O && in fromJSON()
H A DClangdLSPServer.cpp89 Params.textDocument = TextDocumentIdentifier{File}; in toCodeAction()
1230 const TextDocumentIdentifier &Params, in onSwitchSourceHeader()
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h248 struct TextDocumentIdentifier { struct
254 llvm::json::Value toJSON(const TextDocumentIdentifier &value); argument
255 bool fromJSON(const llvm::json::Value &value, TextDocumentIdentifier &result,
419 TextDocumentIdentifier textDocument;
469 TextDocumentIdentifier textDocument;
633 TextDocumentIdentifier textDocument;
1017 TextDocumentIdentifier textDocument;
1067 TextDocumentIdentifier textDocument;
1170 TextDocumentIdentifier textDocument;
/llvm-project/mlir/unittests/Tools/lsp-server-support/
H A DTransport.cpp91 mlir::lsp::Callback<TextDocumentIdentifier> callback) {} in TEST_F()
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp363 llvm::json::Value mlir::lsp::toJSON(const TextDocumentIdentifier &value) { in toJSON()
368 TextDocumentIdentifier &result, in fromJSON()