Searched refs:WrappedMatcher (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h383 return Matcher<T>(new WrappedMatcher<T>(*this));
414 template <typename T> class WrappedMatcher;
456 class DynTypedMatcher::WrappedMatcher : public MatcherInterface<T> { class in class:clang::ast_matchers::internal::DynTypedMatcher
458 explicit WrappedMatcher(const DynTypedMatcher &Matcher) : Inner(Matcher) {} function in class:clang::ast_matchers::internal::DynTypedMatcher::WrappedMatcher
459 virtual ~WrappedMatcher() {}

Completed in 304 milliseconds