Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp95 FunctionDecl *MsgSendSuperFunctionDecl; member in __anon40098a510111::RewriteObjC
606 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2371 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2632 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
2663 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2757 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2916 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()
H A DRewriteModernObjC.cpp99 FunctionDecl *MsgSendSuperFunctionDecl; member in __anon2abafbd60111::RewriteModernObjC
678 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2453 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
3205 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
3236 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3331 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3487 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()