Home | History | Annotate | Download | only in Sema

Lines Matching refs:Steps

231 /// point. CheckDesignatedInitializer() recursively steps into the
2788 return !Steps.empty() && Steps.back().Kind == SK_BindReference;
2835 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization;
2849 Steps.push_back(S);
2861 Steps.push_back(S);
2869 Steps.push_back(S);
2876 Steps.push_back(S);
2890 Steps.push_back(S);
2909 Steps.push_back(S);
2918 Steps.push_back(S);
2929 Steps.push_back(S);
2936 Steps.push_back(S);
2953 Steps.push_back(S);
2960 Steps.push_back(S);
2967 Steps.push_back(S);
2974 Steps.push_back(S);
2981 Steps.push_back(S);
2988 Steps.push_back(S);
2995 Steps.push_back(S);
3004 Steps.push_back(s);
3011 Steps.push_back(S);
3018 Steps.push_back(S);
3025 Steps.push_back(S);
3032 Steps.push_back(S);
3042 Steps.insert(Steps.begin(), S);
3047 Steps.push_back(S);
4815 for (SmallVectorImpl<Step>::iterator Step = Steps.begin(),
4816 StepEnd = Steps.end();
5708 // No steps means no initialization.
5709 if (Steps.empty())
5745 // For initialization steps that start with a single initializer,
5748 switch (Steps.front().Kind) {
5789 // Walk through the computed steps for the initialization sequence,
6007 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back());