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