Home
last modified time | relevance | path

Searched refs:wantDiagnostics (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.cpp675 if (Params.wantDiagnostics.hasValue()) in onDocumentDidChange()
676 WantDiags = Params.wantDiagnostics.getValue() ? WantDiagnostics::Yes in onDocumentDidChange()
DProtocol.h707 llvm::Optional<bool> wantDiagnostics; member
DProtocol.cpp492 O.map("wantDiagnostics", R.wantDiagnostics) && in fromJSON()