Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp493 std::vector<SNodeId> LeftMostDescendants; member in clang::diff::Subtree
513 return LeftMostDescendants[Id - 1]; in getLeftMostDescendant()
527 LeftMostDescendants.resize(getSize()); in setLeftMostDescendants()
535 LeftMostDescendants[I] = SNodeId(Tree.PostorderIds[N.LeftMostDescendant] - in setLeftMostDescendants()