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()
3594 Steps.push_back(S); in AddDerivedToBaseCastStep()
3602 Steps.push_back(S); in AddReferenceBindingStep()
3609 Steps.push_back(S); in AddFinalCopy()
3616 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3630 Steps.push_back(S); in AddUserConversionStep()
3649 Steps.push_back(S); in AddQualificationConversionStep()
3656 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3663 Steps.push_back(S); in AddAtomicConversionStep()
3674 Steps.push_back(S); in AddConversionSequenceStep()
3681 Steps.push_back(S); in AddListInitializationStep()
3695 Steps.push_back(S); in AddConstructorInitializationStep()
3702 Steps.push_back(S); in AddZeroInitializationStep()
3709 Steps.push_back(S); in AddCAssignmentStep()
3716 Steps.push_back(S); in AddStringInitStep()
3723 Steps.push_back(S); in AddObjCObjectConversionStep()
3730 Steps.push_back(S); in AddArrayInitStep()
3737 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3741 Steps.push_back(S); in AddArrayInitLoopStep()
3748 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3757 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3764 Steps.push_back(S); in AddProduceObjCObjectStep()
3771 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3778 Steps.push_back(S); in AddOCLSamplerInitStep()
3785 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
3795 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3800 Steps.push_back(S); in RewrapReferenceInitList()
6046 for (auto &S : Steps) in ~InitializationSequence()
8065 if (Steps.empty()) in Perform()
8107 switch (Steps.front().Kind) { in Perform()