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

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

Completed in 141 milliseconds