Searched refs:indexFileTask (Results 1 – 2 of 2) sorted by relevance
215 BackgroundQueue::Task indexFileTask(std::string Path);
141 Tasks.push_back(indexFileTask(std::move(File))); in changedFilesTask()155 BackgroundQueue::Task BackgroundIndex::indexFileTask(std::string Path) { in indexFileTask() function in clang::clangd::BackgroundIndex