reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clangd/index/Background.cpp
  301         getSubGraph(URI::create(Path), Index.Sources.getValue()));
  306     BackgroundIndexStorage *IndexStorage = IndexStorageFactory(Path);
  315     if (Path == MainFile)
  318     if (auto Error = IndexStorage->storeShard(Path, Shard))
  319       elog("Failed to write background-index shard for file {0}: {1}", Path,
  325       auto DigestIt = ShardVersions.try_emplace(Path);
  337       IndexedSymbols.update(Path, std::move(SS), std::move(RS), std::move(RelS),
  338                             Path == MainFile);