Lines Matching refs:getLeftMostDescendant
510 SNodeId getLeftMostDescendant(SNodeId Id) const { in getLeftMostDescendant() function in clang::diff::Subtree
544 SNodeId LeftDesc = getLeftMostDescendant(I); in computeKeyRoots()
599 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()
600 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
613 SNodeId LMD1 = S1.getLeftMostDescendant(Row); in getMatchingNodes()
614 SNodeId LMD2 = S2.getLeftMostDescendant(Col); in getMatchingNodes()
615 if (LMD1 == S1.getLeftMostDescendant(LastRow) && in getMatchingNodes()
616 LMD2 == S2.getLeftMostDescendant(LastCol)) { in getMatchingNodes()
658 SNodeId LMD1 = S1.getLeftMostDescendant(Id1); in computeForestDist()
659 SNodeId LMD2 = S2.getLeftMostDescendant(Id2); in computeForestDist()
666 SNodeId DLMD1 = S1.getLeftMostDescendant(D1); in computeForestDist()
667 SNodeId DLMD2 = S2.getLeftMostDescendant(D2); in computeForestDist()