Searched refs:BuilderCopy (Results 1 – 1 of 1) sorted by relevance
905 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local906 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()907 *Builder = std::move(BuilderCopy); in matchesParentOf()977 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local978 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()979 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()1011 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1012 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()1013 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()