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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h400 template <typename T> class TypedMatcherStorage;
406 class DynTypedMatcher::TypedMatcherStorage : public MatcherStorage { class in class:clang::ast_matchers::internal::DynTypedMatcher
408 TypedMatcherStorage(const Matcher<T> &Other, bool AllowBind) function in class:clang::ast_matchers::internal::DynTypedMatcher::TypedMatcherStorage
435 : Storage(new TypedMatcherStorage<T>(M, false)) {}
439 : Storage(new TypedMatcherStorage<T>(M, true)) {}

Completed in 1310 milliseconds