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