Lines Matching refs:Steps
3279 for (auto I = Steps.rbegin(); I != Steps.rend(); ++I) { in isDirectReferenceBinding()
3339 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3353 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3365 Steps.push_back(S); in AddDerivedToBaseCastStep()
3373 Steps.push_back(S); in AddReferenceBindingStep()
3380 Steps.push_back(S); in AddFinalCopy()
3387 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3401 Steps.push_back(S); in AddUserConversionStep()
3420 Steps.push_back(S); in AddQualificationConversionStep()
3427 Steps.push_back(S); in AddAtomicConversionStep()
3436 Steps.push_back(S); in AddLValueToRValueStep()
3447 Steps.push_back(S); in AddConversionSequenceStep()
3454 Steps.push_back(S); in AddListInitializationStep()
3468 Steps.push_back(S); in AddConstructorInitializationStep()
3475 Steps.push_back(S); in AddZeroInitializationStep()
3482 Steps.push_back(S); in AddCAssignmentStep()
3489 Steps.push_back(S); in AddStringInitStep()
3496 Steps.push_back(S); in AddObjCObjectConversionStep()
3503 Steps.push_back(S); in AddArrayInitStep()
3510 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3514 Steps.push_back(S); in AddArrayInitLoopStep()
3521 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3530 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3537 Steps.push_back(S); in AddProduceObjCObjectStep()
3544 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3551 Steps.push_back(S); in AddOCLSamplerInitStep()
3558 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
3568 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3573 Steps.push_back(S); in RewrapReferenceInitList()
5715 for (auto &S : Steps) in ~InitializationSequence()
7362 if (Steps.empty()) in Perform()
7405 switch (Steps.front().Kind) { in Perform()