Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp95 FunctionDecl *MsgSendSuperFunctionDecl; member in __anonc8a4c0a50111::RewriteObjC
605 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2362 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
2622 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
2653 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2751 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
2913 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()
DRewriteModernObjC.cpp98 FunctionDecl *MsgSendSuperFunctionDecl; member in __anon8682a12a0111::RewriteModernObjC
673 MsgSendSuperFunctionDecl = nullptr; in InitializeCommon()
2446 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperFunctionDecl()
3204 if (!MsgSendSuperFunctionDecl) in SynthMessageExpr()
3235 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3334 MsgSendFlavor = MsgSendSuperFunctionDecl; in SynthMessageExpr()
3493 if (MsgSendFlavor == MsgSendSuperFunctionDecl) in SynthMessageExpr()