ΒΆtemplate <typename T, typename... U>
auto mapAnyOf(
const internal::
VariadicDynCastAllOfMatcher<T, U>&...)
template <typename T, typename... U>
auto mapAnyOf(
const internal::
VariadicDynCastAllOfMatcher<T, U>&...)
Description
Matches any of the \p NodeMatchers with InnerMatchers nested within Given with the matcher matches the \c if and the \c for. It is equivalent to: The with() chain-call accepts zero or more matchers which are combined as-if with allOf() in each of the node matchers. Usable as: Any Matcher
Declared at: clang/include/clang/ASTMatchers/ASTMatchers.h:2822
Templates
- T
- U
Parameters
- const internal::VariadicDynCastAllOfMatcher<T, U>&...