Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DClangdLSPServer.h296 bool SupportsDocumentChanges = false; global() variable
H A DClangdLSPServer.cpp120 toCodeAction(const Fix & F,const URIForFile & File,const std::optional<int64_t> & Version,bool SupportsDocumentChanges,bool SupportChangeAnnotation) toCodeAction() argument