Lines Matching defs:argT
2412 QualType argT = Context->getObjCIdType();
2413 assert(!argT.isNull() && "Can't find 'id' type");
2414 ArgTys.push_back(argT);
2415 ArgTys.push_back(argT);
2429 QualType argT = Context->getObjCIdType();
2430 assert(!argT.isNull() && "Can't find 'id' type");
2431 ArgTys.push_back(argT);
2432 argT = Context->getObjCSelType();
2433 assert(!argT.isNull() && "Can't find 'SEL' type");
2434 ArgTys.push_back(argT);
2462 QualType argT = Context->getObjCIdType();
2463 assert(!argT.isNull() && "Can't find 'id' type");
2464 ArgTys.push_back(argT);
2465 argT = Context->getObjCSelType();
2466 assert(!argT.isNull() && "Can't find 'SEL' type");
2467 ArgTys.push_back(argT);
2498 QualType argT = Context->getObjCIdType();
2499 assert(!argT.isNull() && "Can't find 'id' type");
2500 ArgTys.push_back(argT);
2501 argT = Context->getObjCSelType();
2502 assert(!argT.isNull() && "Can't find 'SEL' type");
2503 ArgTys.push_back(argT);