Home
last modified time | relevance | path

Searched refs:WantDiags (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp233 std::vector<Diag> CIDiags, WantDiagnostics WantDiags) { in update() argument
234 Request Req = {std::move(CI), std::move(PI), std::move(CIDiags), WantDiags, in update()
250 return !NextReq || NextReq->WantDiags != WantDiagnostics::Yes; in update()
324 WantDiagnostics WantDiags; member
403 std::vector<Diag> CIDiags, WantDiagnostics WantDiags);
601 void ASTWorker::update(ParseInputs Inputs, WantDiagnostics WantDiags) { in update() argument
670 std::move(CompilerInvocationDiags), WantDiags); in update()
682 startTask(TaskName, std::move(Task), WantDiags, TUScheduler::NoInvalidation); in update()
739 std::move(Req.WantDiags)); in build()
769 WantDiagnostics WantDiags) { in updatePreamble() argument
[all …]
DClangdServer.cpp203 WantDiagnostics WantDiags, bool ForceRebuild) { in addDocument() argument
218 bool NewFile = WorkScheduler.update(File, Inputs, WantDiags); in addDocument()
DClangdLSPServer.cpp674 auto WantDiags = WantDiagnostics::Auto; in onDocumentDidChange() local
676 WantDiags = Params.wantDiagnostics.getValue() ? WantDiagnostics::Yes in onDocumentDidChange()
693 WantDiags, Params.forceRebuild); in onDocumentDidChange()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.cpp17 WantDiagnostics WantDiags, bool ForceRebuild) { in runAddDocument() argument
18 Server.addDocument(File, Contents, Version, WantDiags, ForceRebuild); in runAddDocument()
DSyncAPI.h27 WantDiagnostics WantDiags = WantDiagnostics::Auto,