Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp97 FunctionDecl *MsgSendFunctionDecl; member in __anona1c0f9960111::RewriteModernObjC
675 MsgSendFunctionDecl = nullptr; in InitializeCommon()
2435 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2620 if (!MsgSendFunctionDecl) in RewriteObjCBoxedExpr()
2625 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCBoxedExpr()
2703 if (!MsgSendFunctionDecl) in RewriteObjCArrayLiteralExpr()
2708 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCArrayLiteralExpr()
2824 if (!MsgSendFunctionDecl) in RewriteObjCDictionaryLiteralExpr()
2829 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCDictionaryLiteralExpr()
3196 if (!MsgSendFunctionDecl) in SynthMessageExpr()
[all …]
HDRewriteObjC.cpp94 FunctionDecl *MsgSendFunctionDecl; member in __anonf0d438110111::RewriteObjC
604 MsgSendFunctionDecl = nullptr; in InitializeCommon()
2346 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2625 if (!MsgSendFunctionDecl) in SynthMessageExpr()
2643 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in SynthMessageExpr()