Searched refs:MsgSendStretFunctionDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp99 FunctionDecl *MsgSendStretFunctionDecl; member in class:__anon1907::RewriteModernObjC
677 MsgSendStretFunctionDecl = nullptr;
2469 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3202 if (!MsgSendStretFunctionDecl)
3222 MsgSendStretFlavor = MsgSendStretFunctionDecl;
H A DRewriteObjC.cpp96 FunctionDecl *MsgSendStretFunctionDecl; member in class:__anon1910::RewriteObjC
606 MsgSendStretFunctionDecl = nullptr;
2388 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2631 if (!MsgSendStretFunctionDecl)
2651 MsgSendStretFlavor = MsgSendStretFunctionDecl;

Completed in 100 milliseconds