Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp97 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anon6e6e6bfc0111::RewriteObjC
607 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2405 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2626 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
2655 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
2753 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
DRewriteModernObjC.cpp100 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anoneeab31c10111::RewriteModernObjC
675 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2481 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3208 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3237 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3336 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()