Lines Matching refs:CallerPAL
3874 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local
3899 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
3900 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
3945 if (AttrBuilder(FT->getContext(), CallerPAL.getParamAttrs(i)) in transformConstExprCastCall()
3951 CallerPAL.hasParamAttr(i, Attribute::Preallocated)) in transformConstExprCastCall()
3954 if (CallerPAL.hasParamAttr(i, Attribute::SwiftError)) in transformConstExprCastCall()
3957 if (CallerPAL.hasParamAttr(i, Attribute::ByVal) != in transformConstExprCastCall()
3982 !CallerPAL.isEmpty()) { in transformConstExprCastCall()
3987 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
4000 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
4021 CallerPAL.getParamAttrs(i).removeAttributes(Ctx, IncompatibleAttrs)); in transformConstExprCastCall()
4048 ArgAttrs.push_back(CallerPAL.getParamAttrs(i)); in transformConstExprCastCall()
4053 AttributeSet FnAttrs = CallerPAL.getFnAttrs(); in transformConstExprCastCall()