Searched defs:FileCache (Results 1 – 4 of 4) sorted by relevance
57 using FileCache = std::function<Expected<AddStreamFn>( global() variable
25 FileCache::FileCache(llvm::StringRef Path) in FileCache() function in clang::clangd::FileCache
126 typedef std::map<FileSpec, FileSP> FileCache; global() typedef
34 std::vector<uint32_t> FileCache; global() member