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