Searched refs:MatcherDescriptorPtr (Results 1 – 4 of 4) 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
607 internal::MatcherDescriptorPtr::MatcherDescriptorPtr(MatcherDescriptor *Ptr) in MatcherDescriptorPtr() function in clang::ast_matchers::dynamic::internal::MatcherDescriptorPtr610 internal::MatcherDescriptorPtr::~MatcherDescriptorPtr() { delete Ptr; } in ~MatcherDescriptorPtr()616 internal::MatcherDescriptorPtr619 return internal::MatcherDescriptorPtr( in buildMatcherCtor()
553 internal::MatcherDescriptorPtr BuiltCtor = in parseMatcherBuilder()865 internal::MatcherDescriptorPtr