Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp97 FunctionDecl *MsgSendFunctionDecl; member in __anon8682a12a0111::RewriteModernObjC
672 MsgSendFunctionDecl = nullptr; in InitializeCommon()
2432 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2618 if (!MsgSendFunctionDecl) in RewriteObjCBoxedExpr()
2623 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCBoxedExpr()
2702 if (!MsgSendFunctionDecl) in RewriteObjCArrayLiteralExpr()
2707 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCArrayLiteralExpr()
2825 if (!MsgSendFunctionDecl) in RewriteObjCDictionaryLiteralExpr()
2830 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in RewriteObjCDictionaryLiteralExpr()
3202 if (!MsgSendFunctionDecl) in SynthMessageExpr()
[all …]
DRewriteObjC.cpp94 FunctionDecl *MsgSendFunctionDecl; member in __anonc8a4c0a50111::RewriteObjC
604 MsgSendFunctionDecl = nullptr; in InitializeCommon()
2340 MsgSendFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendFunctionDecl()
2620 if (!MsgSendFunctionDecl) in SynthMessageExpr()
2638 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl; in SynthMessageExpr()