Lines Matching refs:ArgTys

2318   SmallVector<QualType, 16> ArgTys;  in SynthSelGetUidFunctionDecl()  local
2319 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2321 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2413 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2416 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2417 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2419 ArgTys); in SynthSuperConstructorFunctionDecl()
2430 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2433 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2436 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2438 ArgTys, /*variadic=*/true); in SynthMsgSendFunctionDecl()
2449 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2450 ArgTys.push_back(Context->VoidTy); in SynthMsgSendSuperFunctionDecl()
2452 ArgTys, /*variadic=*/true); in SynthMsgSendSuperFunctionDecl()
2463 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2466 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2469 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2471 ArgTys, /*variadic=*/true); in SynthMsgSendStretFunctionDecl()
2484 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2485 ArgTys.push_back(Context->VoidTy); in SynthMsgSendSuperStretFunctionDecl()
2487 ArgTys, /*variadic=*/true); in SynthMsgSendSuperStretFunctionDecl()
2499 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2502 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2505 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2507 ArgTys, /*variadic=*/true); in SynthMsgSendFpretFunctionDecl()
2518 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2519 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl()
2521 ArgTys); in SynthGetClassFunctionDecl()
2533 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2534 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2536 ArgTys); in SynthGetSuperClassFunctionDecl()
2548 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
2549 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl()
2551 ArgTys); in SynthGetMetaClassFunctionDecl()