Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1124 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local
1125 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()
1126 *Builder = std::move(BuilderCopy); in matchesParentOf()
1196 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1197 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()
1198 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()
1230 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1231 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()
1232 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()