Home | History | Annotate | Download | only in Sema

Lines Matching full:skipstart

481   unsigned SkipStart = ActiveTemplateInstantiations.size(), SkipEnd = SkipStart;
484 SkipStart = Limit / 2 + Limit % 2;
496 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
497 if (InstantiationIdx == SkipStart) {