Home | History | Annotate | Download | only in Sema

Lines Matching refs:step_end

4872   for (step_iterator Step = step_begin(), StepEnd = step_end();
5887 for (step_iterator S = step_begin(), SEnd = step_end(); S != SEnd; ++S) {
6014 if (Seq.step_begin() == Seq.step_end() || PreInit->isValueDependent())
6019 const InitializationSequence::Step &LastStep = Seq.step_end()[-1];
6042 if (Seq.step_begin() + 1 != Seq.step_end())
6043 PreNarrowingType = Seq.step_end()[-2].Type;