Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp905 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesParentOf() local
906 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesParentOf()
907 *Builder = std::move(BuilderCopy); in matchesParentOf()
977 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
978 if (Matcher.matches(Node, this, &BuilderCopy)) { in matchesAnyAncestorOf()
979 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()
1011 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAnyAncestorOf() local
1012 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAnyAncestorOf()
1013 *Builder = std::move(BuilderCopy); in matchesAnyAncestorOf()