Lines Matching defs:MsgSendFlavor
2628 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2675 QualType msgSendType = MsgSendFlavor->getType();
2679 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2711 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2796 QualType msgSendType = MsgSendFlavor->getType();
2800 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
2832 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2948 QualType msgSendType = MsgSendFlavor->getType();
2952 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());
3219 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
3227 MsgSendFlavor = MsgSendFpretFunctionDecl;
3234 MsgSendFlavor = MsgSendSuperFunctionDecl;
3237 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
3329 MsgSendFlavor = MsgSendSuperFunctionDecl;
3332 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
3485 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
3507 QualType msgSendType = MsgSendFlavor->getType();
3511 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());