Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp98 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anon0b295c890111::RewriteObjC
608 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2405 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2625 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
2654 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
2752 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
H A DRewriteModernObjC.cpp101 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anonadad980e0111::RewriteModernObjC
679 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2483 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3202 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3231 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3330 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()