Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h775 AncestorMatchMode MatchMode) {
783 Matcher, Builder, MatchMode);
808 AncestorMatchMode MatchMode) = 0;
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp692 AncestorMatchMode MatchMode) override { in matchesAncestorOf() argument
697 if (MatchMode == AncestorMatchMode::AMM_ParentOnly) in matchesAncestorOf()