Lines Matching refs:Steps
3798 for (const Step &S : llvm::reverse(Steps)) { in isDirectReferenceBinding()
3862 return !Steps.empty() && Steps.back().Kind == SK_ConstructorInitialization; in isConstructorInitialization()
3876 Steps.push_back(S); in AddAddressOverloadResolutionStep()
3890 Steps.push_back(S); in AddDerivedToBaseCastStep()
3898 Steps.push_back(S); in AddReferenceBindingStep()
3905 Steps.push_back(S); in AddFinalCopy()
3912 Steps.push_back(S); in AddExtraneousCopyToTemporary()
3926 Steps.push_back(S); in AddUserConversionStep()
3945 Steps.push_back(S); in AddQualificationConversionStep()
3952 Steps.push_back(S); in AddFunctionReferenceConversionStep()
3959 Steps.push_back(S); in AddAtomicConversionStep()
3970 Steps.push_back(S); in AddConversionSequenceStep()
3977 Steps.push_back(S); in AddListInitializationStep()
3991 Steps.push_back(S); in AddConstructorInitializationStep()
3998 Steps.push_back(S); in AddZeroInitializationStep()
4005 Steps.push_back(S); in AddCAssignmentStep()
4012 Steps.push_back(S); in AddStringInitStep()
4019 Steps.push_back(S); in AddObjCObjectConversionStep()
4026 Steps.push_back(S); in AddArrayInitStep()
4033 Steps.insert(Steps.begin(), S); in AddArrayInitLoopStep()
4037 Steps.push_back(S); in AddArrayInitLoopStep()
4044 Steps.push_back(S); in AddParenthesizedArrayInitStep()
4053 Steps.push_back(s); in AddPassByIndirectCopyRestoreStep()
4060 Steps.push_back(S); in AddProduceObjCObjectStep()
4067 Steps.push_back(S); in AddStdInitializerListConstructionStep()
4074 Steps.push_back(S); in AddOCLSamplerInitStep()
4081 Steps.push_back(S); in AddOCLZeroOpaqueTypeStep()
4088 Steps.push_back(S); in AddParenthesizedListInitStep()
4098 Steps.insert(Steps.begin(), S); in RewrapReferenceInitList()
4103 Steps.push_back(S); in RewrapReferenceInitList()
6710 for (auto &S : Steps) in ~InitializationSequence()
7570 if (Steps.empty()) in Perform()
7627 switch (Steps.front().Kind) { in Perform()