Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.h215 BackgroundQueue::Task indexFileTask(std::string Path);
H A DBackground.cpp141 Tasks.push_back(indexFileTask(std::move(File))); in changedFilesTask()
155 BackgroundQueue::Task BackgroundIndex::indexFileTask(std::string Path) { in indexFileTask() function in clang::clangd::BackgroundIndex