Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp451 AncestorMatchMode MatchMode) override { in matchesAncestorOf() argument
457 MatchMode); in matchesAncestorOf()
620 BoundNodesTreeBuilder *Builder, AncestorMatchMode MatchMode) { in memoizedMatchesAncestorOfRecursively() argument
652 } else if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in memoizedMatchesAncestorOfRecursively()
657 Parent, Matcher, &Result.Nodes, MatchMode); in memoizedMatchesAncestorOfRecursively()
672 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in memoizedMatchesAncestorOfRecursively()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h834 AncestorMatchMode MatchMode) { in matchesAncestorOf() argument
839 Matcher, Builder, MatchMode); in matchesAncestorOf()
859 AncestorMatchMode MatchMode) = 0;