Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp81 class DirectoryBasedGlobalCompilationDatabase::DirectoryCache { class in clang::clangd::DirectoryBasedGlobalCompilationDatabase
143 DirectoryCache(llvm::StringRef Path) in DirectoryCache() function in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache
204 DirectoryBasedGlobalCompilationDatabase::DirectoryCache::CachedFile::LoadResult
205 DirectoryBasedGlobalCompilationDatabase::DirectoryCache::CachedFile::load( in load()
266 bool DirectoryBasedGlobalCompilationDatabase::DirectoryCache::load( in load()
379 std::vector<DirectoryBasedGlobalCompilationDatabase::DirectoryCache *>
392 std::vector<DirectoryCache *> Ret; in getDirectoryCaches()
435 DirectoryCache *DirCache = nullptr; in lookupCDB()
436 for (DirectoryCache *Candidate : getDirectoryCaches(SearchDirs)) { in lookupCDB()
565 DirectoryCache *Cache = nullptr;
[all …]
H A DGlobalCompilationDatabase.h129 class DirectoryCache; variable
132 mutable llvm::StringMap<DirectoryCache> DirCaches;
135 std::vector<DirectoryCache *>