Lines Matching refs:Steps

3068   return !Steps.empty() && Steps.back().Kind == SK_BindReference;  in isDirectReferenceBinding()
3116 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3130 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3142 Steps.push_back(S); in AddDerivedToBaseCastStep()
3150 Steps.push_back(S); in AddReferenceBindingStep()
3157 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3171 Steps.push_back(S); in AddUserConversionStep()
3190 Steps.push_back(S); in AddQualificationConversionStep()
3197 Steps.push_back(S); in AddAtomicConversionStep()
3206 Steps.push_back(S); in AddLValueToRValueStep()
3217 Steps.push_back(S); in AddConversionSequenceStep()
3224 Steps.push_back(S); in AddListInitializationStep()
3238 Steps.push_back(S); in AddConstructorInitializationStep()
3245 Steps.push_back(S); in AddZeroInitializationStep()
3252 Steps.push_back(S); in AddCAssignmentStep()
3259 Steps.push_back(S); in AddStringInitStep()
3266 Steps.push_back(S); in AddObjCObjectConversionStep()
3273 Steps.push_back(S); in AddArrayInitStep()
3280 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3289 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3296 Steps.push_back(S); in AddProduceObjCObjectStep()
3303 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3310 Steps.push_back(S); in AddOCLSamplerInitStep()
3317 Steps.push_back(S); in AddOCLZeroEventStep()
3327 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3332 Steps.push_back(S); in RewrapReferenceInitList()
5233 for (auto &S : Steps) in ~InitializationSequence()
6286 if (Steps.empty()) in Perform()
6325 switch (Steps.front().Kind) { in Perform()
6580 bool RequiresCopy = !IsCopy && !isReferenceBinding(Steps.back()); in Perform()