Home | History | Annotate | Download | only in Frontend

Lines Matching refs:MsgSendFlavor

2671   FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2728 QualType msgSendType = MsgSendFlavor->getType();
2731 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2766 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2865 QualType msgSendType = MsgSendFlavor->getType();
2868 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
2903 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
3038 QualType msgSendType = MsgSendFlavor->getType();
3041 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3295 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
3303 MsgSendFlavor = MsgSendFpretFunctionDecl;
3310 MsgSendFlavor = MsgSendSuperFunctionDecl;
3313 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
3423 MsgSendFlavor = MsgSendSuperFunctionDecl;
3426 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
3595 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
3618 QualType msgSendType = MsgSendFlavor->getType();
3621 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,