Searched refs:getLeftMostDescendant (Results 1 – 1 of 1) sorted by relevance
510 SNodeId getLeftMostDescendant(SNodeId Id) const { in getLeftMostDescendant() function in clang::diff::Subtree544 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()[all …]