Searched refs:MsgSendStretFlavor (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp361 CallExpr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
2597 CallExpr *RewriteObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, argument
2604 DeclRefExpr *STDRE = new (Context) DeclRefExpr(MsgSendStretFlavor,
2655 FunctionDecl *MsgSendStretFlavor = nullptr; local
2659 MsgSendStretFlavor = MsgSendStretFunctionDecl;
2669 if (MsgSendStretFlavor)
2670 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2774 if (MsgSendStretFlavor)
2775 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2992 if (MsgSendStretFlavor) {
[all...]
H A DRewriteModernObjC.cpp428 Expr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3143 /// MsgSendStretFlavor - function declaration objc_msgSend_stret(...)
3150 Expr *RewriteModernObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, argument
3281 FunctionDecl *MsgSendStretFlavor = nullptr; local
3285 MsgSendStretFlavor = MsgSendStretFunctionDecl;
3295 if (MsgSendStretFlavor)
3296 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3400 if (MsgSendStretFlavor)
3401 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3615 if (MsgSendStretFlavor) {
[all...]

Completed in 72 milliseconds