Lines Matching refs:Steps

3551   for (const Step &S : llvm::reverse(Steps)) {  in isDirectReferenceBinding()
3614 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3628 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3642 Steps.push_back(S); in AddDerivedToBaseCastStep()
3650 Steps.push_back(S); in AddReferenceBindingStep()
3657 Steps.push_back(S); in AddFinalCopy()
3664 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3678 Steps.push_back(S); in AddUserConversionStep()
3697 Steps.push_back(S); in AddQualificationConversionStep()
3704 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3711 Steps.push_back(S); in AddAtomicConversionStep()
3722 Steps.push_back(S); in AddConversionSequenceStep()
3729 Steps.push_back(S); in AddListInitializationStep()
3743 Steps.push_back(S); in AddConstructorInitializationStep()
3750 Steps.push_back(S); in AddZeroInitializationStep()
3757 Steps.push_back(S); in AddCAssignmentStep()
3764 Steps.push_back(S); in AddStringInitStep()
3771 Steps.push_back(S); in AddObjCObjectConversionStep()
3778 Steps.push_back(S); in AddArrayInitStep()
3785 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3789 Steps.push_back(S); in AddArrayInitLoopStep()
3796 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3805 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3812 Steps.push_back(S); in AddProduceObjCObjectStep()
3819 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3826 Steps.push_back(S); in AddOCLSamplerInitStep()
3833 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
3840 Steps.push_back(S); in AddParenthesizedListInitStep()
3850 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3855 Steps.push_back(S); in RewrapReferenceInitList()
6421 for (auto &S : Steps) in ~InitializationSequence()
8462 if (Steps.empty()) in Perform()
8510 switch (Steps.front().Kind) { in Perform()