Searched refs:DiffChange (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDiffLog.h26 enum DiffChange { DC_match, DC_left, DC_right }; enum in namespace:llvm
73 DiffChange getLineKind(unsigned I) const;
H A DDiffLog.cpp47 DiffChange DiffLogBuilder::getLineKind(unsigned I) const {
H A DDifferenceEngine.cpp479 llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::DiffChange
562 switch (static_cast<DiffChange>(*PI)) {

Completed in 194 milliseconds