Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp503 NodeId getIdInRoot(SNodeId Id) const { in getIdInRoot() function in clang::diff::Subtree
508 return Tree.getNode(getIdInRoot(Id)); in getNode()
516 return Tree.PostorderIds[getIdInRoot(SNodeId(1))]; in getPostorderOffset()
519 return Tree.getNodeValue(getIdInRoot(Id)); in getNodeValue()
531 assert(I == Tree.PostorderIds[getIdInRoot(SI)] - getPostorderOffset() && in setLeftMostDescendants()
617 NodeId Id1 = S1.getIdInRoot(Row); in getMatchingNodes()
618 NodeId Id2 = S2.getIdInRoot(Col); in getMatchingNodes()
645 if (!DiffImpl.isMatchingPossible(S1.getIdInRoot(Id1), S2.getIdInRoot(Id2))) in getUpdateCost()