Home | History | Annotate | Download | only in Frontend

Lines Matching refs:MsgSendFlavor

2661   FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2711 QualType msgSendType = MsgSendFlavor->getType();
2714 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2748 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2840 QualType msgSendType = MsgSendFlavor->getType();
2843 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2877 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
3004 QualType msgSendType = MsgSendFlavor->getType();
3007 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3279 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
3287 MsgSendFlavor = MsgSendFpretFunctionDecl;
3294 MsgSendFlavor = MsgSendSuperFunctionDecl;
3297 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
3399 MsgSendFlavor = MsgSendSuperFunctionDecl;
3402 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
3563 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
3585 QualType msgSendType = MsgSendFlavor->getType();
3588 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,