Searched refs:PostorderIds (Results 1 – 1 of 1) sorted by relevance
135 std::vector<int> PostorderIds; member in clang::diff::SyntaxTree::Impl307 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()