Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:argT

2353   QualType argT = Context->getObjCIdType();
2354 assert(!argT.isNull() && "Can't find 'id' type");
2355 ArgTys.push_back(argT);
2356 ArgTys.push_back(argT);
2371 QualType argT = Context->getObjCIdType();
2372 assert(!argT.isNull() && "Can't find 'id' type");
2373 ArgTys.push_back(argT);
2374 argT = Context->getObjCSelType();
2375 assert(!argT.isNull() && "Can't find 'SEL' type");
2376 ArgTys.push_back(argT);
2395 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2396 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2397 ArgTys.push_back(argT);
2398 argT = Context->getObjCSelType();
2399 assert(!argT.isNull() && "Can't find 'SEL' type");
2400 ArgTys.push_back(argT);
2416 QualType argT = Context->getObjCIdType();
2417 assert(!argT.isNull() && "Can't find 'id' type");
2418 ArgTys.push_back(argT);
2419 argT = Context->getObjCSelType();
2420 assert(!argT.isNull() && "Can't find 'SEL' type");
2421 ArgTys.push_back(argT);
2442 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2443 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2444 ArgTys.push_back(argT);
2445 argT = Context->getObjCSelType();
2446 assert(!argT.isNull() && "Can't find 'SEL' type");
2447 ArgTys.push_back(argT);
2463 QualType argT = Context->getObjCIdType();
2464 assert(!argT.isNull() && "Can't find 'id' type");
2465 ArgTys.push_back(argT);
2466 argT = Context->getObjCSelType();
2467 assert(!argT.isNull() && "Can't find 'SEL' type");
2468 ArgTys.push_back(argT);