Home
last modified time | relevance | path

Searched defs:ClientCapabilities (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.h405 struct ClientCapabilities { struct
412 bool DiagnosticFixes = false;
421 bool DiagnosticCategory = false;
425 bool CompletionSnippets = false;
430 bool CompletionFixes = false;
438 bool HasSignatureHelp = false;
442 bool OffsetsInSignatureHelp = false;
459 bool CodeActionStructure = false;
464 bool SemanticTokens = false;
469 bool TheiaSemanticHighlighting = false;
[all …]
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.h145 struct ClientCapabilities { struct
156 bool fromJSON(const llvm::json::Value &value, ClientCapabilities &result, argument