Searched refs:MatcherDescriptorPtr (Results 1 – 5 of 5) 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
606 internal::MatcherDescriptorPtr::MatcherDescriptorPtr(MatcherDescriptor *Ptr) in MatcherDescriptorPtr() function in clang::ast_matchers::dynamic::internal::MatcherDescriptorPtr609 internal::MatcherDescriptorPtr::~MatcherDescriptorPtr() { delete Ptr; } in ~MatcherDescriptorPtr()615 internal::MatcherDescriptorPtr618 return internal::MatcherDescriptorPtr( in buildMatcherCtor()
553 internal::MatcherDescriptorPtr BuiltCtor = in parseMatcherBuilder()865 internal::MatcherDescriptorPtr
39 internal::MatcherDescriptorPtr43 return internal::MatcherDescriptorPtr{nullptr}; in buildMatcherCtor()