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