Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.cpp188 llvm::StringMap<std::pair<Path, FileDigest>> FilesToUpdate; in update() local
203 FilesToUpdate[IGN.URI] = {std::move(*AbsPath), IGN.Digest}; in update()
210 for (const auto &FileIt : FilesToUpdate) { in update()