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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp96 FunctionDecl *MsgSendSuperFunctionDecl; member in class:__anon17972::RewriteModernObjC
691 MsgSendSuperFunctionDecl = nullptr;
2484 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3263 if (!MsgSendSuperFunctionDecl)
3294 MsgSendFlavor = MsgSendSuperFunctionDecl;
3399 MsgSendFlavor = MsgSendSuperFunctionDecl;
3563 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
H A DRewriteObjC.cpp94 FunctionDecl *MsgSendSuperFunctionDecl; member in class:__anon17975::RewriteObjC
614 MsgSendSuperFunctionDecl = nullptr;
2375 MsgSendSuperFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2637 if (!MsgSendSuperFunctionDecl)
2668 MsgSendFlavor = MsgSendSuperFunctionDecl;
2773 MsgSendFlavor = MsgSendSuperFunctionDecl;
2940 if (MsgSendFlavor == MsgSendSuperFunctionDecl)

Completed in 190 milliseconds