Searched refs:MsgSendStretFlavor (Results 1 – 2 of 2) sorted by relevance
353 CallExpr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,2593 CallExpr *RewriteObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, in SynthMsgSendStretCallExpr() argument2601 new (Context) DeclRefExpr(*Context, MsgSendStretFlavor, false, in SynthMsgSendStretCallExpr()2650 FunctionDecl *MsgSendStretFlavor = nullptr; in SynthMessageExpr() local2654 MsgSendStretFlavor = MsgSendStretFunctionDecl; in SynthMessageExpr()2664 if (MsgSendStretFlavor) in SynthMessageExpr()2665 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()2758 if (MsgSendStretFlavor) in SynthMessageExpr()2759 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()2968 if (MsgSendStretFlavor) { in SynthMessageExpr()[all …]
418 Expr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,3095 Expr *RewriteModernObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, in SynthMsgSendStretCallExpr() argument3223 FunctionDecl *MsgSendStretFlavor = nullptr; in SynthMessageExpr() local3227 MsgSendStretFlavor = MsgSendStretFunctionDecl; in SynthMessageExpr()3237 if (MsgSendStretFlavor) in SynthMessageExpr()3238 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()3332 if (MsgSendStretFlavor) in SynthMessageExpr()3333 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()3539 if (MsgSendStretFlavor) { in SynthMessageExpr()3545 Expr *STCE = SynthMsgSendStretCallExpr(MsgSendStretFlavor, in SynthMessageExpr()