Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp607 internal::MatcherDescriptorPtr::MatcherDescriptorPtr(MatcherDescriptor *Ptr) in MatcherDescriptorPtr() function in clang::ast_matchers::dynamic::internal::MatcherDescriptorPtr
610 internal::MatcherDescriptorPtr::~MatcherDescriptorPtr() { delete Ptr; } in ~MatcherDescriptorPtr()
616 internal::MatcherDescriptorPtr
619 return internal::MatcherDescriptorPtr( in buildMatcherCtor()
H A DParser.cpp553 internal::MatcherDescriptorPtr BuiltCtor = in parseMatcherBuilder()
865 internal::MatcherDescriptorPtr