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