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