Lines Matching defs:MsgSendStretFlavor
416 Expr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3086 /// MsgSendStretFlavor - function declaration objc_msgSend_stret(...)
3093 Expr *RewriteModernObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3221 FunctionDecl *MsgSendStretFlavor = nullptr;
3225 MsgSendStretFlavor = MsgSendStretFunctionDecl;
3235 if (MsgSendStretFlavor)
3236 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3330 if (MsgSendStretFlavor)
3331 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3537 if (MsgSendStretFlavor) {
3543 Expr *STCE = SynthMsgSendStretCallExpr(MsgSendStretFlavor,