Searched refs:MatcherDescriptor (Results 1 – 3 of 3) sorted by relevance
104 class MatcherDescriptor {106 virtual ~MatcherDescriptor() {}161 class FixedArgCountMatcherDescriptor : public MatcherDescriptor {320 class VariadicFuncMatcherDescriptor : public MatcherDescriptor {463 std::vector<MatcherDescriptor *> &Out)481 std::vector<MatcherDescriptor *> &Out;489 class OverloadedMatcherDescriptor : public MatcherDescriptor {491 OverloadedMatcherDescriptor(ArrayRef<MatcherDescriptor *> Callbacks)558 std::vector<std::unique_ptr<MatcherDescriptor>> Overloads;562 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;