Home | History | Annotate | Download | only in Sema

Lines Matching refs:SkipStart

447   unsigned SkipStart = ActiveTemplateInstantiations.size(), SkipEnd = SkipStart;
450 SkipStart = Limit / 2 + Limit % 2;
462 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
463 if (InstantiationIdx == SkipStart) {