Lines Matching refs:Steps

2673   return !Steps.empty() && Steps.back().Kind == SK_BindReference;  in isDirectReferenceBinding()
2720 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
2734 Steps.push_back(S); in AddAddressOverloadResolutionStep()
2746 Steps.push_back(S); in AddDerivedToBaseCastStep()
2754 Steps.push_back(S); in AddReferenceBindingStep()
2761 Steps.push_back(S); in AddExtraneousCopyToTemporary()
2775 Steps.push_back(S); in AddUserConversionStep()
2794 Steps.push_back(S); in AddQualificationConversionStep()
2803 Steps.push_back(S); in AddLValueToRValueStep()
2814 Steps.push_back(S); in AddConversionSequenceStep()
2821 Steps.push_back(S); in AddListInitializationStep()
2838 Steps.push_back(S); in AddConstructorInitializationStep()
2845 Steps.push_back(S); in AddZeroInitializationStep()
2852 Steps.push_back(S); in AddCAssignmentStep()
2859 Steps.push_back(S); in AddStringInitStep()
2866 Steps.push_back(S); in AddObjCObjectConversionStep()
2873 Steps.push_back(S); in AddArrayInitStep()
2880 Steps.push_back(S); in AddParenthesizedArrayInitStep()
2889 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
2896 Steps.push_back(S); in AddProduceObjCObjectStep()
2903 Steps.push_back(S); in AddStdInitializerListConstructionStep()
2910 Steps.push_back(S); in AddOCLSamplerInitStep()
2917 Steps.push_back(S); in AddOCLZeroEventStep()
2927 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
2932 Steps.push_back(S); in RewrapReferenceInitList()
4688 for (SmallVectorImpl<Step>::iterator Step = Steps.begin(), in ~InitializationSequence()
4689 StepEnd = Steps.end(); in ~InitializationSequence()
5580 if (Steps.empty()) in Perform()
5619 switch (Steps.front().Kind) { in Perform()
5880 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back()); in Perform()