ΒΆtemplate <typename T>
internal::Matcher<T> findAll(
    const internal::Matcher<T>& Matcher)

Description

Matches if the node or any descendant matches. Generates results for each match. For example, in: The matcher: will generate results for \c A, \c B and \c C. Usable as: Any Matcher

Declared at: clang/include/clang/ASTMatchers/ASTMatchers.h:3489

Templates

T

Parameters

const internal::Matcher<T>& Matcher