Home | History | Annotate | Download | only in Sema

Lines Matching refs:SkipStart

395   unsigned SkipStart = ActiveTemplateInstantiations.size(), SkipEnd = SkipStart;
398 SkipStart = Limit / 2 + Limit % 2;
410 if (InstantiationIdx >= SkipStart && InstantiationIdx < SkipEnd) {
411 if (InstantiationIdx == SkipStart) {