Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp135 std::vector<int> PostorderIds; member in clang::diff::SyntaxTree::Impl
307 PostorderIds.resize(getSize()); in initTree()
311 PostorderIds[Id] = PostorderId; in initTree()
516 return Tree.PostorderIds[getIdInRoot(SNodeId(1))]; in getPostorderOffset()
531 assert(I == Tree.PostorderIds[getIdInRoot(SI)] - getPostorderOffset() && in setLeftMostDescendants()
534 LeftMostDescendants[I] = SNodeId(Tree.PostorderIds[N.LeftMostDescendant] - in setLeftMostDescendants()