Searched refs:MatcherDescriptorPtr (Results 1 – 3 of 3) sorted by relevance
38 class MatcherDescriptorPtr {40 explicit MatcherDescriptorPtr(MatcherDescriptor *);41 ~MatcherDescriptorPtr();42 MatcherDescriptorPtr(MatcherDescriptorPtr &&) = default;43 MatcherDescriptorPtr &operator=(MatcherDescriptorPtr &&) = default;44 MatcherDescriptorPtr(const MatcherDescriptorPtr &) = delete;45 MatcherDescriptorPtr &operator=(const MatcherDescriptorPtr &) = delete;90 static internal::MatcherDescriptorPtr
107 virtual internal::MatcherDescriptorPtr157 internal::MatcherDescriptorPtr
623 internal::MatcherDescriptorPtr::MatcherDescriptorPtr(MatcherDescriptor *Ptr) in MatcherDescriptorPtr() function in clang::ast_matchers::dynamic::internal::MatcherDescriptorPtr626 internal::MatcherDescriptorPtr::~MatcherDescriptorPtr() { delete Ptr; } in ~MatcherDescriptorPtr()632 internal::MatcherDescriptorPtr635 return internal::MatcherDescriptorPtr( in buildMatcherCtor()