Home | History | Annotate | Download | only in Sema

Lines Matching defs:MatchResult

2574   typedef PartialSpecMatchResult MatchResult;
2575 SmallVector<MatchResult, 4> Matched;
2616 SmallVector<MatchResult, 4>::iterator Best = Matched.begin();
2629 for (SmallVector<MatchResult, 4>::iterator P = Best + 1,
2640 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),
2681 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(),