Searched refs:MatcherDescriptor (Results 1 – 3 of 3) sorted by relevance
125 class MatcherDescriptor {127 virtual ~MatcherDescriptor() {}182 class FixedArgCountMatcherDescriptor : public MatcherDescriptor {341 class VariadicFuncMatcherDescriptor : public MatcherDescriptor {484 std::vector<MatcherDescriptor *> &Out)502 std::vector<MatcherDescriptor *> &Out;510 class OverloadedMatcherDescriptor : public MatcherDescriptor {512 OverloadedMatcherDescriptor(ArrayRef<MatcherDescriptor *> Callbacks)579 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;583 class VariadicOperatorMatcherDescriptor : public MatcherDescriptor {[all …]
32 using internal::MatcherDescriptor;34 typedef llvm::StringMap<const MatcherDescriptor *> ConstructorMap;43 void registerMatcher(StringRef MatcherName, MatcherDescriptor *Callback);48 MatcherDescriptor *Callback) { in registerMatcher()63 MatcherDescriptor *Callbacks[] = { \
32 class MatcherDescriptor; variable35 typedef const internal::MatcherDescriptor *MatcherCtor;