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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp97 FunctionDecl *MsgSendFpretFunctionDecl; member in class:__anon3836::RewriteObjC
610 MsgSendFpretFunctionDecl = 0;
2466 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2671 if (!MsgSendFpretFunctionDecl)
2689 MsgSendFlavor = MsgSendFpretFunctionDecl;
H A DRewriteModernObjC.cpp100 FunctionDecl *MsgSendFpretFunctionDecl; member in class:__anon3833::RewriteModernObjC
673 MsgSendFpretFunctionDecl = 0;
2546 MsgSendFpretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3281 if (!MsgSendFpretFunctionDecl)
3299 MsgSendFlavor = MsgSendFpretFunctionDecl;

Completed in 67 milliseconds