Home | History | Annotate | Download | only in Frontend

Lines Matching refs:MsgSendStretFlavor

361     CallExpr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
2597 CallExpr *RewriteObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
2604 DeclRefExpr *STDRE = new (Context) DeclRefExpr(MsgSendStretFlavor,
2655 FunctionDecl *MsgSendStretFlavor = nullptr;
2659 MsgSendStretFlavor = MsgSendStretFunctionDecl;
2669 if (MsgSendStretFlavor)
2670 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2774 if (MsgSendStretFlavor)
2775 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2992 if (MsgSendStretFlavor) {
2998 CallExpr *STCE = SynthMsgSendStretCallExpr(MsgSendStretFlavor,