Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp98 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anonb8493dda0111::RewriteObjC
606 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2412 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2634 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
2663 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
2757 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
H A DRewriteModernObjC.cpp102 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anonc09f721f0111::RewriteModernObjC
678 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2486 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3207 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3236 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3331 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()