Home | History | Annotate | Download | only in Sema

Lines Matching defs:Matched

2265   /// \brief A partial specialization whose template arguments have matched
2322 SmallVector<MatchResult, 4> Matched;
2339 Matched.push_back(PartialSpecMatchResult());
2340 Matched.back().Partial = Partial;
2341 Matched.back().Args = Info.take();
2349 if (Matched.size() >= 1) {
2350 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin();
2351 if (Matched.size() == 1) {
2364 PEnd = Matched.end();
2375 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2376 PEnd = Matched.end();
2394 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(),
2395 PEnd = Matched.end();