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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp353 CallExpr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
2591 CallExpr *RewriteObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, argument
2599 new (Context) DeclRefExpr(*Context, MsgSendStretFlavor, false,
2647 FunctionDecl *MsgSendStretFlavor = nullptr; local
2651 MsgSendStretFlavor = MsgSendStretFunctionDecl;
2661 if (MsgSendStretFlavor)
2662 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2759 if (MsgSendStretFlavor)
2760 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2973 if (MsgSendStretFlavor) {
[all...]
H A DRewriteModernObjC.cpp417 Expr *SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor,
3084 /// MsgSendStretFlavor - function declaration objc_msgSend_stret(...)
3091 Expr *RewriteModernObjC::SynthMsgSendStretCallExpr(FunctionDecl *MsgSendStretFlavor, argument
3218 FunctionDecl *MsgSendStretFlavor = nullptr; local
3222 MsgSendStretFlavor = MsgSendStretFunctionDecl;
3232 if (MsgSendStretFlavor)
3233 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3331 if (MsgSendStretFlavor)
3332 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3542 if (MsgSendStretFlavor) {
[all...]

Completed in 71 milliseconds