Lines Matching refs:ArgTys
2338 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2339 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2341 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2433 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2436 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2437 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2439 ArgTys); in SynthSuperConstructorFunctionDecl()
2450 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2453 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2456 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2458 ArgTys, /*isVariadic=*/true); in SynthMsgSendFunctionDecl()
2469 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2470 ArgTys.push_back(Context->VoidTy); in SynthMsgSendSuperFunctionDecl()
2472 ArgTys, /*isVariadic=*/true); in SynthMsgSendSuperFunctionDecl()
2483 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2486 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2489 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2491 ArgTys, /*isVariadic=*/true); in SynthMsgSendStretFunctionDecl()
2504 SmallVector<QualType, 2> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2505 ArgTys.push_back(Context->VoidTy); in SynthMsgSendSuperStretFunctionDecl()
2507 ArgTys, /*isVariadic=*/true); in SynthMsgSendSuperStretFunctionDecl()
2519 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2522 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2525 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2527 ArgTys, /*isVariadic=*/true); in SynthMsgSendFpretFunctionDecl()
2538 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2539 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl()
2541 ArgTys); in SynthGetClassFunctionDecl()
2553 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2554 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2556 ArgTys); in SynthGetSuperClassFunctionDecl()
2568 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
2569 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl()
2571 ArgTys); in SynthGetMetaClassFunctionDecl()