Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp670 double UpdateCost = getUpdateCost(D1, D2); in computeForestDist() local
674 ForestDist[D1 - 1][D2 - 1] + UpdateCost}); in computeForestDist()