Lines Matching refs:CallerPAL
4102 const AttributeList &CallerPAL = Call.getAttributes(); in transformConstExprCastCall() local
4127 if (!CallerPAL.isEmpty() && !Caller->use_empty()) { in transformConstExprCastCall()
4128 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
4173 if (AttrBuilder(FT->getContext(), CallerPAL.getParamAttrs(i)) in transformConstExprCastCall()
4179 CallerPAL.hasParamAttr(i, Attribute::Preallocated)) in transformConstExprCastCall()
4182 if (CallerPAL.hasParamAttr(i, Attribute::SwiftError)) in transformConstExprCastCall()
4185 if (CallerPAL.hasParamAttr(i, Attribute::ByVal) != in transformConstExprCastCall()
4210 !CallerPAL.isEmpty()) { in transformConstExprCastCall()
4215 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && in transformConstExprCastCall()
4228 AttrBuilder RAttrs(FT->getContext(), CallerPAL.getRetAttrs()); in transformConstExprCastCall()
4249 CallerPAL.getParamAttrs(i).removeAttributes(Ctx, IncompatibleAttrs)); in transformConstExprCastCall()
4276 ArgAttrs.push_back(CallerPAL.getParamAttrs(i)); in transformConstExprCastCall()
4281 AttributeSet FnAttrs = CallerPAL.getFnAttrs(); in transformConstExprCastCall()