Searched refs:BuilderCopy (Results 1 – 1 of 1) sorted by relevance
1113 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local1114 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()1115 *Builder = std::move(BuilderCopy); in matchesParentOf()1185 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1186 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()1187 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()1219 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local1220 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()1221 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()