Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp97 FunctionDecl *MsgSendStretFunctionDecl; member in __anon84a5219c0111::RewriteObjC
606 MsgSendStretFunctionDecl = nullptr; in InitializeCommon()
2385 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
2630 if (!MsgSendStretFunctionDecl) in SynthMessageExpr()
2650 MsgSendStretFlavor = MsgSendStretFunctionDecl; in SynthMessageExpr()
DRewriteModernObjC.cpp99 FunctionDecl *MsgSendStretFunctionDecl; member in __anon5ebb9f610111::RewriteModernObjC
680 MsgSendStretFunctionDecl = nullptr; in InitializeCommon()
2491 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendStretFunctionDecl()
3247 if (!MsgSendStretFunctionDecl) in SynthMessageExpr()
3267 MsgSendStretFlavor = MsgSendStretFunctionDecl; in SynthMessageExpr()