Home
last modified time | relevance | path

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

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