Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp466 AncestorMatchMode MatchMode) override { in matchesAncestorOf() argument
472 MatchMode); in matchesAncestorOf()
637 BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) { in memoizedMatchesAncestorOfRecursively() argument
640 return matchesAncestorOfRecursively(Node, Matcher, Builder, MatchMode); in memoizedMatchesAncestorOfRecursively()
658 matchesAncestorOfRecursively(Node, Matcher, &Result.Nodes, MatchMode); in memoizedMatchesAncestorOfRecursively()
670 AncestorMatchMode MatchMode) { in matchesAncestorOfRecursively() argument
700 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in matchesAncestorOfRecursively()
702 MatchMode); in matchesAncestorOfRecursively()
717 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in matchesAncestorOfRecursively()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1030 AncestorMatchMode MatchMode) { in matchesAncestorOf() argument
1037 Matcher, Builder, MatchMode); in matchesAncestorOf()
1057 AncestorMatchMode MatchMode) = 0;