Lines Matching refs:ArgTys
2231 SmallVector<QualType, 16> ArgTys; in SynthSelGetUidFunctionDecl() local
2232 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2234 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2323 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2326 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2327 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2329 ArgTys); in SynthSuperConstructorFunctionDecl()
2340 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2343 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2346 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2348 ArgTys, /*variadic=*/true); in SynthMsgSendFunctionDecl()
2359 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2365 ArgTys.push_back(argT); in SynthMsgSendSuperFunctionDecl()
2368 ArgTys.push_back(argT); in SynthMsgSendSuperFunctionDecl()
2370 ArgTys, /*variadic=*/true); in SynthMsgSendSuperFunctionDecl()
2381 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2384 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2387 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2389 ArgTys, /*variadic=*/true); in SynthMsgSendStretFunctionDecl()
2402 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2408 ArgTys.push_back(argT); in SynthMsgSendSuperStretFunctionDecl()
2411 ArgTys.push_back(argT); in SynthMsgSendSuperStretFunctionDecl()
2413 ArgTys, /*variadic=*/true); in SynthMsgSendSuperStretFunctionDecl()
2425 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2428 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2431 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2433 ArgTys, /*variadic=*/true); in SynthMsgSendFpretFunctionDecl()
2444 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2445 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl()
2447 ArgTys); in SynthGetClassFunctionDecl()
2459 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2460 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2462 ArgTys); in SynthGetSuperClassFunctionDecl()
2474 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
2475 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl()
2477 ArgTys); in SynthGetMetaClassFunctionDecl()