Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp96 FunctionDecl *MsgSendSuperFunctionDecl; member in __anonb8493dda0111::RewriteObjC
604 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2369 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2630 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
2661 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2755 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2914 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()
H A DRewriteModernObjC.cpp100 FunctionDecl *MsgSendSuperFunctionDecl; member in __anonc09f721f0111::RewriteModernObjC
676 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2451 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
3203 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
3234 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3329 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3485 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()