Lines Matching refs:Steps
3504 for (auto I = Steps.rbegin(); I != Steps.rend(); ++I) { in isDirectReferenceBinding()
3566 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3580 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3592 Steps.push_back(S); in AddDerivedToBaseCastStep()
3600 Steps.push_back(S); in AddReferenceBindingStep()
3607 Steps.push_back(S); in AddFinalCopy()
3614 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3628 Steps.push_back(S); in AddUserConversionStep()
3647 Steps.push_back(S); in AddQualificationConversionStep()
3654 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3661 Steps.push_back(S); in AddAtomicConversionStep()
3672 Steps.push_back(S); in AddConversionSequenceStep()
3679 Steps.push_back(S); in AddListInitializationStep()
3693 Steps.push_back(S); in AddConstructorInitializationStep()
3700 Steps.push_back(S); in AddZeroInitializationStep()
3707 Steps.push_back(S); in AddCAssignmentStep()
3714 Steps.push_back(S); in AddStringInitStep()
3721 Steps.push_back(S); in AddObjCObjectConversionStep()
3728 Steps.push_back(S); in AddArrayInitStep()
3735 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3739 Steps.push_back(S); in AddArrayInitLoopStep()
3746 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3755 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3762 Steps.push_back(S); in AddProduceObjCObjectStep()
3769 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3776 Steps.push_back(S); in AddOCLSamplerInitStep()
3783 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
3793 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3798 Steps.push_back(S); in RewrapReferenceInitList()
6044 for (auto &S : Steps) in ~InitializationSequence()
8063 if (Steps.empty()) in Perform()
8105 switch (Steps.front().Kind) { in Perform()