Home | History | Annotate | Download | only in Sema

Lines Matching defs:Matched

1606 /// \param SS the scope specifier that will be matched to the given template
2661 /// \brief A partial specialization whose template arguments have matched
2701 SmallVector<MatchResult, 4> Matched;
2733 Matched.push_back(PartialSpecMatchResult());
2734 Matched.back().Partial = Partial;
2735 Matched.back().Args = Info.take();
2739 if (Matched.size() >= 1) {
2740 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2741 if (Matched.size() == 1) {
2754 PEnd = Matched.end();
2764 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2765 Matched.end();
2803 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2804 PEnd = Matched.end();