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

References

tools/clang/tools/extra/clangd/index/Background.cpp
  125   auto Buf = FS->getBufferForFile(LS.AbsolutePath);
  128          LS.AbsolutePath, Buf.getError().message());
  472       ShardVersion &SV = ShardVersions[LS.AbsolutePath];
  477       IndexedSymbols.update(LS.AbsolutePath, std::move(SS), std::move(RS),
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp
   61   LS.AbsolutePath = StartSourceFile.str();
   63   BackgroundIndexStorage *Storage = IndexStorageFactory(LS.AbsolutePath);