Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp96 FunctionDecl *MsgSendSuperFunctionDecl; member in __anon0b295c890111::RewriteObjC
606 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2362 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2621 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
2652 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2750 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2913 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()
H A DRewriteModernObjC.cpp99 FunctionDecl *MsgSendSuperFunctionDecl; member in __anonadad980e0111::RewriteModernObjC
677 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2448 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
3198 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
3229 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3328 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3488 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()