Home | History | Annotate | Download | only in Sema

Lines Matching refs:Matched

2264   /// \brief A partial specialization whose template arguments have matched
2294 SmallVector<MatchResult, 4> Matched;
2311 Matched.push_back(PartialSpecMatchResult());
2312 Matched.back().Partial = Partial;
2313 Matched.back().Args = Info.take();
2321 if (Matched.size() >= 1) {
2322 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2323 if (Matched.size() == 1) {
2336 PEnd = Matched.end();
2347 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2348 PEnd = Matched.end();
2366 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2367 PEnd = Matched.end();