Searched refs:indexFileTask (Results 1 – 2 of 2) sorted by relevance
212 BackgroundQueue::Task indexFileTask(std::string Path);
143 Tasks.push_back(indexFileTask(std::move(Cmd))); in changedFilesTask()157 BackgroundQueue::Task BackgroundIndex::indexFileTask(std::string Path) { in indexFileTask() function in clang::clangd::BackgroundIndex