Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:msgSendType

2043   QualType msgSendType = FD->getType();
2046 DeclRefExpr *DRE = new (Context) DeclRefExpr(FD, false, msgSendType,
2050 QualType pToFunc = Context->getPointerType(msgSendType);
2055 const FunctionType *FT = msgSendType->getAs<FunctionType>();
2357 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2362 msgSendIdent, msgSendType, 0,
2377 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2383 msgSendIdent, msgSendType, 0,
2401 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2407 msgSendIdent, msgSendType, 0,
2422 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2428 msgSendIdent, msgSendType, 0,
2448 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2454 msgSendIdent, msgSendType, 0,
2469 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
2475 msgSendIdent, msgSendType, 0,
2989 QualType msgSendType = MsgSendFlavor->getType();
2992 DeclRefExpr *DRE = new (Context) DeclRefExpr(MsgSendFlavor, false, msgSendType,
3015 const FunctionType *FT = msgSendType->getAs<FunctionType>();
3029 false, msgSendType,
3045 FT = msgSendType->getAs<FunctionType>();