Home
last modified time | relevance | path

Searched refs:MatcherDescriptorPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h38 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
H A DParser.h107 virtual internal::MatcherDescriptorPtr
157 internal::MatcherDescriptorPtr
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp623 internal::MatcherDescriptorPtr::MatcherDescriptorPtr(MatcherDescriptor *Ptr) in MatcherDescriptorPtr() function in clang::ast_matchers::dynamic::internal::MatcherDescriptorPtr
626 internal::MatcherDescriptorPtr::~MatcherDescriptorPtr() { delete Ptr; } in ~MatcherDescriptorPtr()
632 internal::MatcherDescriptorPtr
635 return internal::MatcherDescriptorPtr( in buildMatcherCtor()