Lines Matching refs:Steps
3532 for (const Step &S : llvm::reverse(Steps)) { in isDirectReferenceBinding()
3594 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3608 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3622 Steps.push_back(S); in AddDerivedToBaseCastStep()
3630 Steps.push_back(S); in AddReferenceBindingStep()
3637 Steps.push_back(S); in AddFinalCopy()
3644 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3658 Steps.push_back(S); in AddUserConversionStep()
3677 Steps.push_back(S); in AddQualificationConversionStep()
3684 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3691 Steps.push_back(S); in AddAtomicConversionStep()
3702 Steps.push_back(S); in AddConversionSequenceStep()
3709 Steps.push_back(S); in AddListInitializationStep()
3723 Steps.push_back(S); in AddConstructorInitializationStep()
3730 Steps.push_back(S); in AddZeroInitializationStep()
3737 Steps.push_back(S); in AddCAssignmentStep()
3744 Steps.push_back(S); in AddStringInitStep()
3751 Steps.push_back(S); in AddObjCObjectConversionStep()
3758 Steps.push_back(S); in AddArrayInitStep()
3765 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3769 Steps.push_back(S); in AddArrayInitLoopStep()
3776 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3785 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3792 Steps.push_back(S); in AddProduceObjCObjectStep()
3799 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3806 Steps.push_back(S); in AddOCLSamplerInitStep()
3813 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
3823 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3828 Steps.push_back(S); in RewrapReferenceInitList()
6105 for (auto &S : Steps) in ~InitializationSequence()
8124 if (Steps.empty()) in Perform()
8172 switch (Steps.front().Kind) { in Perform()