clang-tools 20.0.0git
|
This is the complete list of members for clang::clangd::MemoryShardStorage, including all inherited members.
AccessedPaths | clang::clangd::MemoryShardStorage | mutable |
createDiskBackedStorageFactory(std::function< std::optional< ProjectInfo >(PathRef)> GetProjectInfo) | clang::clangd::BackgroundIndexStorage | static |
Factory typedef | clang::clangd::BackgroundIndexStorage | |
loadShard(llvm::StringRef ShardIdentifier) const override | clang::clangd::MemoryShardStorage | inlinevirtual |
MemoryShardStorage(llvm::StringMap< std::string > &Storage, size_t &CacheHits) | clang::clangd::MemoryShardStorage | inline |
storeShard(llvm::StringRef ShardIdentifier, IndexFileOut Shard) const override | clang::clangd::MemoryShardStorage | inlinevirtual |
~BackgroundIndexStorage()=default | clang::clangd::BackgroundIndexStorage | virtual |