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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp96 FunctionDecl *MsgSendStretFunctionDecl; member in class:__anon525::RewriteObjC
606 MsgSendStretFunctionDecl = nullptr;
2387 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2629 if (!MsgSendStretFunctionDecl)
2649 MsgSendStretFlavor = MsgSendStretFunctionDecl;
H A DRewriteModernObjC.cpp99 FunctionDecl *MsgSendStretFunctionDecl; member in class:__anon522::RewriteModernObjC
677 MsgSendStretFunctionDecl = nullptr;
2468 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3200 if (!MsgSendStretFunctionDecl)
3220 MsgSendStretFlavor = MsgSendStretFunctionDecl;

Completed in 190 milliseconds