Searched defs:MatcherInterface (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h24 // 2. An implementation of a class derived from MatcherInterface<T>.
170 class MatcherInterface : public RefCountedBaseVPTR { class in namespace:clang::ast_matchers::internal
172 virtual ~MatcherInterface() {}
186 class SingleNodeMatcherInterface : public MatcherInterface<T> {
194 /// Implements MatcherInterface::Matches.
202 /// \brief Wrapper of a MatcherInterface<T> *that allows copying.
214 explicit Matcher(MatcherInterface<T> *Implementation)
236 /// \brief Forwards the call to the underlying MatcherInterface<T> pointer.
263 class TypeToQualType : public MatcherInterface<QualType> {
282 class ImplicitCastMatcher : public MatcherInterface<
[all...]

Completed in 366 milliseconds