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