Home | History | Annotate | Download | only in Sema

Lines Matching refs:Matched

2079   /// \brief A partial specialization whose template arguments have matched
2138 SmallVector<MatchResult, 4> Matched;
2152 Matched.push_back(PartialSpecMatchResult());
2153 Matched.back().Partial = Partial;
2154 Matched.back().Args = Info.take();
2163 if (Matched.size() >= 1) {
2164 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2165 if (Matched.size() == 1) {
2178 PEnd = Matched.end();
2189 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2190 PEnd = Matched.end();
2208 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2209 PEnd = Matched.end();