Home | History | Annotate | Download | only in Frontend

Lines Matching refs:MsgSendStretFlavor

428     Expr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3143 /// MsgSendStretFlavor - function declaration objc_msgSend_stret(...)
3150 Expr *RewriteModernObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3281 FunctionDecl *MsgSendStretFlavor = nullptr;
3285 MsgSendStretFlavor = MsgSendStretFunctionDecl;
3295 if (MsgSendStretFlavor)
3296 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3400 if (MsgSendStretFlavor)
3401 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3615 if (MsgSendStretFlavor) {
3621 Expr *STCE = SynthMsgSendStretCallExpr(MsgSendStretFlavor,