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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp353 CallExpr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
2589 CallExpr *RewriteObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, argument
2597 new (Context) DeclRefExpr(*Context, MsgSendStretFlavor, false,
2645 FunctionDecl *MsgSendStretFlavor = nullptr; local
2649 MsgSendStretFlavor = MsgSendStretFunctionDecl;
2659 if (MsgSendStretFlavor)
2660 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2757 if (MsgSendStretFlavor)
2758 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2971 if (MsgSendStretFlavor) {
[all...]
H A DRewriteModernObjC.cpp417 Expr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3082 /// MsgSendStretFlavor - function declaration objc_msgSend_stret(...)
3089 Expr *RewriteModernObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, argument
3216 FunctionDecl *MsgSendStretFlavor = nullptr; local
3220 MsgSendStretFlavor = MsgSendStretFunctionDecl;
3230 if (MsgSendStretFlavor)
3231 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3329 if (MsgSendStretFlavor)
3330 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3540 if (MsgSendStretFlavor) {
[all...]

Completed in 177 milliseconds