Searched refs:FileConfigCache (Results 1 – 1 of 1) sorted by relevance
29 class FileConfigCache : public FileCache { class34 FileConfigCache(llvm::StringRef Path, llvm::StringRef Directory) in FileConfigCache() function in clang::clangd::config::FileConfigCache60 mutable FileConfigCache Cache; // threadsafe in fromYAMLFile()94 mutable llvm::StringMap<FileConfigCache> Cache; in fromAncestorRelativeYAMLFiles()110 llvm::SmallVector<FileConfigCache *, 8> Caches; in fromAncestorRelativeYAMLFiles()129 for (FileConfigCache *Cache : llvm::reverse(Caches)) in fromAncestorRelativeYAMLFiles()