Lines Matching refs:Steps

3661   for (const Step &S : llvm::reverse(Steps)) {  in isDirectReferenceBinding()
3725 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3739 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3753 Steps.push_back(S); in AddDerivedToBaseCastStep()
3761 Steps.push_back(S); in AddReferenceBindingStep()
3768 Steps.push_back(S); in AddFinalCopy()
3775 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3789 Steps.push_back(S); in AddUserConversionStep()
3808 Steps.push_back(S); in AddQualificationConversionStep()
3815 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3822 Steps.push_back(S); in AddAtomicConversionStep()
3833 Steps.push_back(S); in AddConversionSequenceStep()
3840 Steps.push_back(S); in AddListInitializationStep()
3854 Steps.push_back(S); in AddConstructorInitializationStep()
3861 Steps.push_back(S); in AddZeroInitializationStep()
3868 Steps.push_back(S); in AddCAssignmentStep()
3875 Steps.push_back(S); in AddStringInitStep()
3882 Steps.push_back(S); in AddObjCObjectConversionStep()
3889 Steps.push_back(S); in AddArrayInitStep()
3896 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
3900 Steps.push_back(S); in AddArrayInitLoopStep()
3907 Steps.push_back(S); in AddParenthesizedArrayInitStep()
3916 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
3923 Steps.push_back(S); in AddProduceObjCObjectStep()
3930 Steps.push_back(S); in AddStdInitializerListConstructionStep()
3937 Steps.push_back(S); in AddOCLSamplerInitStep()
3944 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
3951 Steps.push_back(S); in AddParenthesizedListInitStep()
3961 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
3966 Steps.push_back(S); in RewrapReferenceInitList()
6566 for (auto &S : Steps) in ~InitializationSequence()
8622 if (Steps.empty()) in Perform()
8679 switch (Steps.front().Kind) { in Perform()