ΒΆinline internal::TrueMatcher anything()

Description

Matches any node. Useful when another matcher requires a child matcher, but there's no additional constraint. This will often be used with an explicit conversion to an \c internal::Matcher<> type such as \c TypeMatcher. Example: \c DeclarationMatcher(anything()) matches all declarations, e.g., Usable as: Any Matcher

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