Searched refs:getIdInRoot (Results 1 – 1 of 1) sorted by relevance
504 NodeId getIdInRoot(SNodeId Id) const { in getIdInRoot() function in clang::diff::Subtree509 return Tree.getNode(getIdInRoot(Id)); in getNode()517 return Tree.PostorderIds[getIdInRoot(SNodeId(1))]; in getPostorderOffset()520 return Tree.getNodeValue(getIdInRoot(Id)); in getNodeValue()532 assert(I == Tree.PostorderIds[getIdInRoot(SI)] - getPostorderOffset() && in setLeftMostDescendants()618 NodeId Id1 = S1.getIdInRoot(Row); in getMatchingNodes()619 NodeId Id2 = S2.getIdInRoot(Col); in getMatchingNodes()646 if (!DiffImpl.isMatchingPossible(S1.getIdInRoot(Id1), S2.getIdInRoot(Id2))) in getUpdateCost()