enum ASTMatchFinder::AncestorMatchMode

Description

Defines which ancestors are considered for a match.

Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:714

Enumerators

NameValueComment
AMM_All0All ancestors.
AMM_ParentOnly1Direct parent only.