Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.cpp1726 static const char ProgressToken[] = "backgroundIndexProgress"; in onBackgroundIndexProgress() local
1738 BeginWorkDoneProgress({ProgressToken, std::move(Begin)}); in onBackgroundIndexProgress()
1750 ReportWorkDoneProgress({ProgressToken, std::move(Report)}); in onBackgroundIndexProgress()
1753 EndWorkDoneProgress({ProgressToken, WorkDoneProgressEnd()}); in onBackgroundIndexProgress()
1774 CreateRequest.token = ProgressToken; in onBackgroundIndexProgress()