Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1113 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local
1114 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()
1115 *Builder = std::move(BuilderCopy); in matchesParentOf()
1185 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1186 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()
1187 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()
1219 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1220 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()
1221 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()