Searched refs:DirectoryCache (Results 1 – 2 of 2) sorted by relevance
81 class DirectoryBasedGlobalCompilationDatabase::DirectoryCache { class in clang::clangd::DirectoryBasedGlobalCompilationDatabase143 DirectoryCache(llvm::StringRef Path) in DirectoryCache() function in clang::clangd::DirectoryBasedGlobalCompilationDatabase::DirectoryCache204 DirectoryBasedGlobalCompilationDatabase::DirectoryCache::CachedFile::LoadResult205 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 …]
129 class DirectoryCache; variable132 mutable llvm::StringMap<DirectoryCache> DirCaches;135 std::vector<DirectoryCache *>