Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getSimpleFunctionType

588     QualType getSimpleFunctionType(QualType result,
2352 getSimpleFunctionType(Context->getObjCSelType(), ArgTys);
2449 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2468 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2482 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2501 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2517 QualType msgSendType = getSimpleFunctionType(Context->getObjCIdType(),
2537 QualType msgSendType = getSimpleFunctionType(Context->DoubleTy,
2551 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2566 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2581 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2723 getSimpleFunctionType(returnType, ArgTypes, BoxingMethod->isVariadic());
2755 getSimpleFunctionType(Context->VoidTy, IntQT, true);
2852 getSimpleFunctionType(returnType, ArgTypes, ArrayMethod->isVariadic());
2884 getSimpleFunctionType(Context->VoidTy, IntQT, true);
3016 getSimpleFunctionType(returnType, ArgTypes, DictMethod->isVariadic());
3156 QualType castType = getSimpleFunctionType(returnType, ArgTypes,
3603 getSimpleFunctionType(returnType, ArgTypes, MD ? MD->isVariadic() : true);
4673 FuncType = getSimpleFunctionType(Res, ArgTypes);
4739 QualType PtrToFuncCastType = getSimpleFunctionType(Exp->getType(), ArgTypes);