Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp97 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anonf8c858050111::RewriteObjC
608 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2414 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
2636 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
2665 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
2764 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
H A DRewriteModernObjC.cpp100 FunctionDecl *MsgSendSuperStretFunctionDecl; member in __anon7c92408a0111::RewriteModernObjC
679 MsgSendSuperStretFunctionDecl = nullptr; in InitializeCommon()
2487 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl, in SynthMsgSendSuperStretFunctionDecl()
3208 if (!MsgSendSuperStretFunctionDecl) in SynthMessageExpr()
3237 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()
3337 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl; in SynthMessageExpr()