Home
last modified time | relevance | path

Searched refs:MsgSendSuperStretFunctionDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp101 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anonc09f721f0111::RewriteModernObjC
679 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2487 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3208 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3237 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3332 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()