Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp448 AncestorMatchMode MatchMode) override { in matchesAncestorOf() argument
454 MatchMode); in matchesAncestorOf()
614 BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) { in memoizedMatchesAncestorOfRecursively() argument
643 } else if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in memoizedMatchesAncestorOfRecursively()
648 Parent, Matcher, &Result.Nodes, MatchMode); in memoizedMatchesAncestorOfRecursively()
663 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in memoizedMatchesAncestorOfRecursively()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h850 AncestorMatchMode MatchMode) { in matchesAncestorOf() argument
857 Matcher, Builder, MatchMode); in matchesAncestorOf()
877 AncestorMatchMode MatchMode) = 0;