Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp98 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anon6e6e6bfc0111::RewriteObjC
607 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2409 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2632 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
2661 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
2766 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
DRewriteModernObjC.cpp100 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anoneeab31c10111::RewriteModernObjC
681 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2507 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3249 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3278 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3383 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()