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

References

tools/clang/tools/extra/clangd/index/Background.cpp
  140     BackgroundIndexStorage::Factory IndexStorageFactory, size_t ThreadPoolSize)
tools/clang/tools/extra/clangd/index/Background.h
   62   static Factory createDiskBackedStorageFactory(
  123       BackgroundIndexStorage::Factory IndexStorageFactory,
  177   BackgroundIndexStorage::Factory IndexStorageFactory;
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.cpp
   31   BackgroundIndexLoader(BackgroundIndexStorage::Factory &IndexStorageFactory)
   49   BackgroundIndexStorage::Factory &IndexStorageFactory;
  124                 BackgroundIndexStorage::Factory &IndexStorageFactory,
tools/clang/tools/extra/clangd/index/BackgroundIndexLoader.h
   48                 BackgroundIndexStorage::Factory &IndexStorageFactory,
tools/clang/tools/extra/clangd/index/BackgroundIndexStorage.cpp
  145 BackgroundIndexStorage::Factory