Home
last modified time | relevance | path

Searched refs:DeletionCost (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp642 static constexpr double DeletionCost = 1; member in clang::diff::ZhangShashaMatcher
664 ForestDist[D1][LMD2] = ForestDist[D1 - 1][LMD2] + DeletionCost; in computeForestDist()
672 std::min({ForestDist[D1 - 1][D2] + DeletionCost, in computeForestDist()
678 std::min({ForestDist[D1 - 1][D2] + DeletionCost, in computeForestDist()