Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h771 AncestorMatchMode MatchMode) {
779 Matcher, Builder, MatchMode);
804 AncestorMatchMode MatchMode) = 0;
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp692 AncestorMatchMode MatchMode) override { in matchesAncestorOf() argument
697 if (MatchMode == AncestorMatchMode::AMM_ParentOnly) in matchesAncestorOf()