Lines Matching refs:ArgTys
2311 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2312 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2314 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2406 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2409 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2410 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2412 ArgTys); in SynthSuperConstructorFunctionDecl()
2423 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2426 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2429 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2431 ArgTys, /*isVariadic=*/true); in SynthMsgSendFunctionDecl()
2442 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2443 ArgTys.push_back(Context->VoidTy); in SynthMsgSendSuperFunctionDecl()
2445 ArgTys, /*isVariadic=*/true); in SynthMsgSendSuperFunctionDecl()
2456 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2459 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2462 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2464 ArgTys, /*isVariadic=*/true); in SynthMsgSendStretFunctionDecl()
2477 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2478 ArgTys.push_back(Context->VoidTy); in SynthMsgSendSuperStretFunctionDecl()
2480 ArgTys, /*isVariadic=*/true); in SynthMsgSendSuperStretFunctionDecl()
2492 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2495 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2498 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2500 ArgTys, /*isVariadic=*/true); in SynthMsgSendFpretFunctionDecl()
2511 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2512 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl()
2514 ArgTys); in SynthGetClassFunctionDecl()
2526 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2527 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2529 ArgTys); in SynthGetSuperClassFunctionDecl()
2541 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
2542 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl()
2544 ArgTys); in SynthGetMetaClassFunctionDecl()