Searched refs:type_diff (Results 1 – 2 of 2) sorted by relevance
56 DiffStatus type_diff = CompareAndDumpTypeDiff( in DumpDiff() local59 if (type_diff.IsDirectDiff() || oldp_->GetAccess() != newp_->GetAccess()) { in DumpDiff()
183 void SetTypeDiff(std::unique_ptr<TypeDiffIR> &&type_diff) { in SetTypeDiff() argument184 type_diff_ = std::move(type_diff); in SetTypeDiff()