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