Home | History | Annotate | Download | only in Sema

Lines Matching defs:NextStep

5958       step_iterator NextStep = Step;
5959 ++NextStep;
5960 if (NextStep != StepEnd &&
5961 (NextStep->Kind == SK_ConstructorInitialization ||
5962 NextStep->Kind == SK_ListConstructorCall)) {