Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DBackground.h212 BackgroundQueue::Task indexFileTask(std::string Path);
DBackground.cpp143 Tasks.push_back(indexFileTask(std::move(Cmd))); in changedFilesTask()
157 BackgroundQueue::Task BackgroundIndex::indexFileTask(std::string Path) { in indexFileTask() function in clang::clangd::BackgroundIndex