Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp657 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAncestorOfRecursively() local
658 if (Matcher.matches(Parent, this, &BuilderCopy)) { in matchesAncestorOfRecursively()
659 *Builder = std::move(BuilderCopy); in matchesAncestorOfRecursively()
674 BoundNodesTreeBuilder BuilderCopy = *Builder; in matchesAncestorOfRecursively() local
675 if (Matcher.matches(Queue.front(), this, &BuilderCopy)) { in matchesAncestorOfRecursively()
676 *Builder = std::move(BuilderCopy); in matchesAncestorOfRecursively()