Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:argT

2275   QualType argT = Context->getObjCIdType();
2276 assert(!argT.isNull() && "Can't find 'id' type");
2277 ArgTys.push_back(argT);
2278 ArgTys.push_back(argT);
2293 QualType argT = Context->getObjCIdType();
2294 assert(!argT.isNull() && "Can't find 'id' type");
2295 ArgTys.push_back(argT);
2296 argT = Context->getObjCSelType();
2297 assert(!argT.isNull() && "Can't find 'SEL' type");
2298 ArgTys.push_back(argT);
2330 QualType argT = Context->getObjCIdType();
2331 assert(!argT.isNull() && "Can't find 'id' type");
2332 ArgTys.push_back(argT);
2333 argT = Context->getObjCSelType();
2334 assert(!argT.isNull() && "Can't find 'SEL' type");
2335 ArgTys.push_back(argT);
2369 QualType argT = Context->getObjCIdType();
2370 assert(!argT.isNull() && "Can't find 'id' type");
2371 ArgTys.push_back(argT);
2372 argT = Context->getObjCSelType();
2373 assert(!argT.isNull() && "Can't find 'SEL' type");
2374 ArgTys.push_back(argT);