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

/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp29 DynTypedMatcher::MatcherStorage::~MatcherStorage() {}
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h376 class MatcherStorage : public RefCountedBaseVPTR { class in class:clang::ast_matchers::internal::DynTypedMatcher
378 MatcherStorage(ast_type_traits::ASTNodeKind SupportedKind, uint64_t ID) function in class:clang::ast_matchers::internal::DynTypedMatcher::MatcherStorage
380 virtual ~MatcherStorage();
399 /// \brief Typed implementation of \c MatcherStorage.
402 IntrusiveRefCntPtr<const MatcherStorage> Storage;
406 class DynTypedMatcher::TypedMatcherStorage : public MatcherStorage {
409 : MatcherStorage(ast_type_traits::ASTNodeKind::getFromNodeKind<T>(),

Completed in 1323 milliseconds