Searched refs:m_cache_callback (Results 1 – 2 of 2) sorted by relevance
65 m_cache_callback = std::move(*cache_or_err); in DataFileCache() 79 // If we call the "m_cache_callback" function and the data is cached, it will in GetCachedData() 84 m_cache_callback(task, key, ""); in GetCachedData() 116 m_cache_callback(task, key, ""); in SetCachedData()
93 llvm::FileCache m_cache_callback; variable