Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp136 std::vector<int> PostorderIds; member in clang::diff::SyntaxTree::Impl
308 PostorderIds.resize(getSize()); in initTree()
312 PostorderIds[Id] = PostorderId; in initTree()
517 return Tree.PostorderIds[getIdInRoot(SNodeId(1))]; in getPostorderOffset()
532 assert(I == Tree.PostorderIds[getIdInRoot(SI)] - getPostorderOffset() && in setLeftMostDescendants()
535 LeftMostDescendants[I] = SNodeId(Tree.PostorderIds[N.LeftMostDescendant] - in setLeftMostDescendants()