Home | History | Annotate | Download | only in Sema

Lines Matching refs:step_end

3262     if (Sequence.step_begin() != Sequence.step_end())
5581 for (step_iterator Step = step_begin(), StepEnd = step_end();
6713 for (step_iterator S = step_begin(), SEnd = step_end(); S != SEnd; ++S) {
6856 if (Seq.step_begin() == Seq.step_end() || PreInit->isValueDependent())
6861 const InitializationSequence::Step &LastStep = Seq.step_end()[-1];
6884 if (Seq.step_begin() + 1 != Seq.step_end())
6885 PreNarrowingType = Seq.step_end()[-2].Type;