Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp96 FunctionDecl *MsgSendStretFunctionDecl; member in __anonf8c858050111::RewriteObjC
607 MsgSendStretFunctionDecl = nullptr; in InitializeCommon()
2390 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
2634 if (!MsgSendStretFunctionDecl) in SynthMessageExpr()
2654 MsgSendStretFlavor = MsgSendStretFunctionDecl; in SynthMessageExpr()
H A DRewriteModernObjC.cpp99 FunctionDecl *MsgSendStretFunctionDecl; member in __anon7c92408a0111::RewriteModernObjC
678 MsgSendStretFunctionDecl = nullptr; in InitializeCommon()
2471 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
3206 if (!MsgSendStretFunctionDecl) in SynthMessageExpr()
3226 MsgSendStretFlavor = MsgSendStretFunctionDecl; in SynthMessageExpr()