Lines Matching defs:MsgSendFlavor
2646 FunctionDecl *MsgSendFlavor = MsgSendFunctionDecl;
2654 MsgSendFlavor = MsgSendFpretFunctionDecl;
2661 MsgSendFlavor = MsgSendSuperFunctionDecl;
2664 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2755 MsgSendFlavor = MsgSendSuperFunctionDecl;
2758 assert(MsgSendFlavor && "MsgSendFlavor is NULL!");
2914 if (MsgSendFlavor == MsgSendSuperFunctionDecl)
2936 QualType msgSendType = MsgSendFlavor->getType();
2940 *Context, MsgSendFlavor, false, msgSendType, VK_LValue, SourceLocation());