Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp148 bool isInSubtree(NodeId Id, NodeId SubtreeRoot) const;
334 bool SyntaxTree::Impl::isInSubtree(NodeId Id, NodeId SubtreeRoot) const { in isInSubtree()
335 return Id >= SubtreeRoot && Id <= getNode(SubtreeRoot).RightMostDescendant; in isInSubtree()
497 Subtree(const SyntaxTree::Impl &Tree, NodeId SubtreeRoot) : Tree(Tree) { in Subtree() argument
498 RootIds = getSubtreePostorder(Tree, SubtreeRoot); in Subtree()