Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp511 SNodeId getLeftMostDescendant(SNodeId Id) const { in getLeftMostDescendant() function in clang::diff::Subtree
545 SNodeId LeftDesc = getLeftMostDescendant(I); in computeKeyRoots()
600 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
601 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
614 SNodeId LMD1 = S1.getLeftMostDescendant(Row); in getMatchingNodes()
615 SNodeId LMD2 = S2.getLeftMostDescendant(Col); in getMatchingNodes()
616 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
659 SNodeId LMD1 = S1.getLeftMostDescendant(Id1); in computeForestDist()
660 SNodeId LMD2 = S2.getLeftMostDescendant(Id2); in computeForestDist()
667 SNodeId DLMD1 = S1.getLeftMostDescendant(D1); in computeForestDist()
[all …]