enum ASTMatchFinder::BindKind

Description

Defines how bindings are processed on recursive matches.

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

Enumerators

NameValueComment
BK_First0Stop at the first match and only bind the first match.
BK_All1Create results for all combinations of bindings that match.