Searched refs:BuilderCopy (Results 1 – 1 of 1) sorted by relevance
1126 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local1127 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()1128 *Builder = std::move(BuilderCopy); in matchesParentOf()1198 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1199 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()1200 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()1232 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1233 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()1234 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()