• Home
  • Raw
  • Download

Lines Matching refs:ArgTys

2222   SmallVector<QualType, 16> ArgTys;  in SynthSelGetUidFunctionDecl()  local
2223 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthSelGetUidFunctionDecl()
2225 getSimpleFunctionType(Context->getObjCSelType(), ArgTys); in SynthSelGetUidFunctionDecl()
2314 SmallVector<QualType, 16> ArgTys; in SynthSuperConstructorFunctionDecl() local
2317 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2318 ArgTys.push_back(argT); in SynthSuperConstructorFunctionDecl()
2320 ArgTys); in SynthSuperConstructorFunctionDecl()
2331 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFunctionDecl() local
2334 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2337 ArgTys.push_back(argT); in SynthMsgSendFunctionDecl()
2339 ArgTys, /*isVariadic=*/true); in SynthMsgSendFunctionDecl()
2350 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperFunctionDecl() local
2356 ArgTys.push_back(argT); in SynthMsgSendSuperFunctionDecl()
2359 ArgTys.push_back(argT); in SynthMsgSendSuperFunctionDecl()
2361 ArgTys, /*isVariadic=*/true); in SynthMsgSendSuperFunctionDecl()
2372 SmallVector<QualType, 16> ArgTys; in SynthMsgSendStretFunctionDecl() local
2375 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2378 ArgTys.push_back(argT); in SynthMsgSendStretFunctionDecl()
2380 ArgTys, /*isVariadic=*/true); in SynthMsgSendStretFunctionDecl()
2393 SmallVector<QualType, 16> ArgTys; in SynthMsgSendSuperStretFunctionDecl() local
2399 ArgTys.push_back(argT); in SynthMsgSendSuperStretFunctionDecl()
2402 ArgTys.push_back(argT); in SynthMsgSendSuperStretFunctionDecl()
2404 ArgTys, /*isVariadic=*/true); in SynthMsgSendSuperStretFunctionDecl()
2416 SmallVector<QualType, 16> ArgTys; in SynthMsgSendFpretFunctionDecl() local
2419 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2422 ArgTys.push_back(argT); in SynthMsgSendFpretFunctionDecl()
2424 ArgTys, /*isVariadic=*/true); in SynthMsgSendFpretFunctionDecl()
2435 SmallVector<QualType, 16> ArgTys; in SynthGetClassFunctionDecl() local
2436 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetClassFunctionDecl()
2438 ArgTys); in SynthGetClassFunctionDecl()
2450 SmallVector<QualType, 16> ArgTys; in SynthGetSuperClassFunctionDecl() local
2451 ArgTys.push_back(Context->getObjCClassType()); in SynthGetSuperClassFunctionDecl()
2453 ArgTys); in SynthGetSuperClassFunctionDecl()
2465 SmallVector<QualType, 16> ArgTys; in SynthGetMetaClassFunctionDecl() local
2466 ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst())); in SynthGetMetaClassFunctionDecl()
2468 ArgTys); in SynthGetMetaClassFunctionDecl()