Lines Matching refs:MatcherList
66 virtual MatcherList run(const SourceRange &NameRange,
69 std::vector<MatcherList> Constructed;
72 MatcherList SubMatcher = Overloads[i]->run(NameRange, Args, Error);
78 if (Constructed.empty()) return MatcherList(); // No overload matched.
84 return MatcherList();
408 MatcherList Registry::constructMatcher(StringRef MatcherName,
416 return MatcherList();
423 MatcherList Registry::constructBoundMatcher(StringRef MatcherName,
428 MatcherList Out = constructMatcher(MatcherName, NameRange, Args, Error);
439 return MatcherList();