Searched defs:DiffEntry (Results 1 – 1 of 1) sorted by relevance
610 struct DiffEntry { struct611 DiffEntry() : Cost(0) {} in DiffEntry() function613 unsigned Cost;614 llvm::SmallVector<char, 8> Path; // actually of DifferenceEngine::DiffChange