Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1126 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local
1127 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()
1128 *Builder = std::move(BuilderCopy); in matchesParentOf()
1198 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1199 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()
1200 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()
1232 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1233 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()
1234 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()