Home | History | Annotate | Download | only in Frontend

Lines Matching refs:MsgSendFlavor

2653   FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2661 MsgSendFlavor = MsgSendFpretFunctionDecl;
2668 MsgSendFlavor = MsgSendSuperFunctionDecl;
2671 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2773 MsgSendFlavor = MsgSendSuperFunctionDecl;
2776 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2940 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
2962 QualType msgSendType = MsgSendFlavor->getType();
2965 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,