Searched refs:BuilderCopy (Results 1 – 1 of 1) sorted by relevance
1124 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local1125 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()1126 *Builder = std::move(BuilderCopy); in matchesParentOf()1196 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1197 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()1198 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()1230 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1231 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()1232 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()