Home
last modified time | relevance | path

Searched refs:getIdInRoot (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp504 NodeId getIdInRoot(SNodeId Id) const { in getIdInRoot() function in clang::diff::Subtree
509 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()