ΒΆtemplate <typename T>
inline Matcher<T> makeMatcher(
MatcherInterface<T>* Implementation)
template <typename T>
inline Matcher<T> makeMatcher(
MatcherInterface<T>* Implementation)
Description
A convenient helper for creating a Matcher <T > without specifying the template type argument.
Declared at: clang/include/clang/ASTMatchers/ASTMatchersInternal.h:680
Templates
- T
Parameters
- MatcherInterface<T>* Implementation