Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp98 FunctionDecl *MsgSendFunctionDecl; member in __anon2abafbd60111::RewriteModernObjC
677 MsgSendFunctionDecl = nullptr; in InitializeCommon()
2439 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2625 if (!MsgSendFunctionDecl) in RewriteObjCBoxedExpr()
2630 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCBoxedExpr()
2708 if (!MsgSendFunctionDecl) in RewriteObjCArrayLiteralExpr()
2713 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCArrayLiteralExpr()
2829 if (!MsgSendFunctionDecl) in RewriteObjCDictionaryLiteralExpr()
2834 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCDictionaryLiteralExpr()
3203 if (!MsgSendFunctionDecl) in SynthMessageExpr()
[all …]
H A DRewriteObjC.cpp94 FunctionDecl *MsgSendFunctionDecl; member in __anon40098a510111::RewriteObjC
605 MsgSendFunctionDecl = nullptr; in InitializeCommon()
2349 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2630 if (!MsgSendFunctionDecl) in SynthMessageExpr()
2648 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in SynthMessageExpr()