Lines Matching refs:StashInfo
67 class StashInfo {
69 StashInfo() = default;
71 StashInfo(std::string id, RangeSet ranges) : id_(std::move(id)), ranges_(std::move(ranges)) {} in StashInfo() function
85 bool operator==(const StashInfo& other) const {
90 friend std::ostream& operator<<(std::ostream& os, const StashInfo& stash);
98 std::ostream& operator<<(std::ostream& os, const StashInfo& stash);
106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo()
159 std::vector<StashInfo> stashes_;
306 SourceInfo source, StashInfo stash) in Command()
349 const StashInfo& stash() const { in stash()
401 StashInfo stash_;