Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DConfigProvider.cpp28 class FileConfigCache : public FileCache { class
33 FileConfigCache(llvm::StringRef Path, llvm::StringRef Directory) in FileConfigCache() function in clang::clangd::config::FileConfigCache
57 mutable FileConfigCache Cache; // threadsafe in fromYAMLFile()
89 mutable llvm::StringMap<FileConfigCache> Cache; in fromAncestorRelativeYAMLFiles()
111 llvm::SmallVector<FileConfigCache *, 8> Caches; in fromAncestorRelativeYAMLFiles()
130 for (FileConfigCache *Cache : Caches) in fromAncestorRelativeYAMLFiles()