• Home
  • Raw
  • Download

Lines Matching refs:MatcherName

164                                            StringRef MatcherName,
176 MarshallerType Marshaller, void (*Func)(), StringRef MatcherName,
179 : Marshaller(Marshaller), Func(Func), MatcherName(MatcherName),
186 return Marshaller(Func, MatcherName, NameRange, Args, Error);
205 const std::string MatcherName;
282 variadicMatcherDescriptor(StringRef MatcherName, SourceRange NameRange,
322 typedef VariantMatcher (*RunFunc)(StringRef MatcherName,
330 StringRef MatcherName)
332 MatcherName(MatcherName.str()),
340 return Func(MatcherName, NameRange, Args, Error);
358 const std::string MatcherName;
369 StringRef MatcherName)
370 : VariadicFuncMatcherDescriptor(Func, MatcherName),
416 static VariantMatcher matcherMarshall0(void (*Func)(), StringRef MatcherName,
427 static VariantMatcher matcherMarshall1(void (*Func)(), StringRef MatcherName,
440 static VariantMatcher matcherMarshall2(void (*Func)(), StringRef MatcherName,
566 VarOp Op, StringRef MatcherName)
568 MatcherName(MatcherName) {}
615 const StringRef MatcherName;
624 StringRef MatcherName) {
629 MatcherName, RetTypes, None);
635 StringRef MatcherName) {
641 reinterpret_cast<void (*)()>(Func), MatcherName, RetTypes, AK);
647 StringRef MatcherName) {
654 reinterpret_cast<void (*)()>(Func), MatcherName, RetTypes, AKs);
662 StringRef MatcherName) {
663 return new VariadicFuncMatcherDescriptor(VarFunc, MatcherName);
674 StringRef MatcherName) {
675 return new DynCastAllOfMatcherDescriptor(VarFunc, MatcherName);
684 StringRef MatcherName) {
686 AdaptativeOverloadCollector<ArgumentAdapterT, FromTypes, ToTypes>(MatcherName,
706 StringRef MatcherName) {
708 MatcherName);