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
621 return matchesAncestorOfRecursively(Node, Matcher, Builder, MatchMode); in memoizedMatchesAncestorOfRecursively()
639 matchesAncestorOfRecursively(Node, Matcher, &Result.Nodes, MatchMode); in memoizedMatchesAncestorOfRecursively()
651 AncestorMatchMode MatchMode) { in matchesAncestorOfRecursively() argument
662 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in matchesAncestorOfRecursively()
664 MatchMode); in matchesAncestorOfRecursively()
679 if (MatchMode != ASTMatchFinder::AMM_ParentOnly) { in matchesAncestorOfRecursively()
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h926 AncestorMatchMode MatchMode) { in matchesAncestorOf() argument
933 Matcher, Builder, MatchMode); in matchesAncestorOf()
953 AncestorMatchMode MatchMode) = 0;