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

/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp99 FunctionDecl *MsgSendStretFunctionDecl; member in class:__anon1061::RewriteModernObjC
680 MsgSendStretFunctionDecl = nullptr;
2491 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3247 if (!MsgSendStretFunctionDecl)
3267 MsgSendStretFlavor = MsgSendStretFunctionDecl;
H A DRewriteObjC.cpp97 FunctionDecl *MsgSendStretFunctionDecl; member in class:__anon1064::RewriteObjC
606 MsgSendStretFunctionDecl = nullptr;
2385 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2630 if (!MsgSendStretFunctionDecl)
2650 MsgSendStretFlavor = MsgSendStretFunctionDecl;

Completed in 100 milliseconds