Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp97 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anone4fa00500111::RewriteObjC
608 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2414 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2636 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
2665 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
2759 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
H A DRewriteModernObjC.cpp101 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anonceb1b5150111::RewriteModernObjC
680 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2488 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3209 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3238 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3333 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()