Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp95 FunctionDecl *MsgSendSuperFunctionDecl; member in __anonf8c858050111::RewriteObjC
606 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2371 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2632 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
2663 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2762 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2926 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()
H A DRewriteModernObjC.cpp98 FunctionDecl *MsgSendSuperFunctionDecl; member in __anon7c92408a0111::RewriteModernObjC
677 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2452 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
3204 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
3235 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3335 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3496 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()