Home | History | Annotate | Download | only in Sema

Lines Matching refs:Steps

166 /// point. CheckDesignatedInitializer() recursively steps into the
2437 return !Steps.empty() && Steps.back().Kind == SK_BindReference;
2481 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization;
2495 Steps.push_back(S);
2507 Steps.push_back(S);
2515 Steps.push_back(S);
2522 Steps.push_back(S);
2536 Steps.push_back(S);
2555 Steps.push_back(S);
2565 Steps.push_back(S);
2572 Steps.push_back(S);
2589 Steps.push_back(S);
2596 Steps.push_back(S);
2603 Steps.push_back(S);
2610 Steps.push_back(S);
2617 Steps.push_back(S);
2624 Steps.push_back(S);
2631 Steps.push_back(S);
2640 Steps.push_back(s);
2647 Steps.push_back(S);
2654 Steps.push_back(S);
2661 Steps.push_back(S);
2668 Steps.push_back(S);
2678 Steps.insert(Steps.begin(), S);
2683 Steps.push_back(S);
4306 for (SmallVectorImpl<Step>::iterator Step = Steps.begin(),
4307 StepEnd = Steps.end();
4931 // No steps means no initialization.
4932 if (Steps.empty())
4968 // For initialization steps that start with a single initializer,
4971 switch (Steps.front().Kind) {
5010 // Walk through the computed steps for the initialization sequence,
5195 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back());