Searched refs:DiffChange (Results 1 – 3 of 3) sorted by relevance
26 enum DiffChange { DC_match, DC_left, DC_right }; enum77 DiffChange getLineKind(unsigned I) const;
46 DiffChange DiffLogBuilder::getLineKind(unsigned I) const { in getLineKind()
595 switch (static_cast<DiffChange>(*PI)) { in runBlockDiff()