Lines Matching refs:getLeftMostDescendant
511 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()
617 LMD2 == S2.getLeftMostDescendant(LastCol)) { 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()
668 SNodeId DLMD2 = S2.getLeftMostDescendant(D2); in computeForestDist()