Searched refs:cache_path_or_err (Results 1 – 1 of 1) sorted by relevance
157 llvm::Expected<std::string> cache_path_or_err = plugin_props.GetCachePath(); in GetFileForModule() local159 if (!cache_path_or_err) in GetFileForModule()161 std::string cache_path = *cache_path_or_err; in GetFileForModule()