enum ASTMatchFinder::AncestorMatchMode
Description
Defines which ancestors are considered for a match.
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:714
Enumerators
Name | Value | Comment |
---|---|---|
AMM_All | 0 | All ancestors. |
AMM_ParentOnly | 1 | Direct parent only. |