class TrueMatcher
Declaration
class TrueMatcher { /* full declaration omitted */ };
Description
Matches any instance of the given NodeType. This is useful when a matcher syntactically requires a child matcher, but the context doesn't care. See for example: anything().
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1256
Method Overview
- public template <typename T>Matcher<T> operator Matcher<type-parameter-0-0>() const
Methods
ΒΆtemplate <typename T>
Matcher<T>
operator Matcher<type - parameter - 0 - 0>() const
template <typename T>
Matcher<T>
operator Matcher<type - parameter - 0 - 0>() const
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:1260
Templates
- T