Home | History | Annotate | Download | only in Frontend

Lines Matching refs:argT

2328   QualType argT = Context->getObjCIdType();
2329 assert(!argT.isNull() && "Can't find 'id' type");
2330 ArgTys.push_back(argT);
2331 ArgTys.push_back(argT);
2345 QualType argT = Context->getObjCIdType();
2346 assert(!argT.isNull() && "Can't find 'id' type");
2347 ArgTys.push_back(argT);
2348 argT = Context->getObjCSelType();
2349 assert(!argT.isNull() && "Can't find 'SEL' type");
2350 ArgTys.push_back(argT);
2367 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2368 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2369 ArgTys.push_back(argT);
2370 argT = Context->getObjCSelType();
2371 assert(!argT.isNull() && "Can't find 'SEL' type");
2372 ArgTys.push_back(argT);
2386 QualType argT = Context->getObjCIdType();
2387 assert(!argT.isNull() && "Can't find 'id' type");
2388 ArgTys.push_back(argT);
2389 argT = Context->getObjCSelType();
2390 assert(!argT.isNull() && "Can't find 'SEL' type");
2391 ArgTys.push_back(argT);
2410 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2411 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2412 ArgTys.push_back(argT);
2413 argT = Context->getObjCSelType();
2414 assert(!argT.isNull() && "Can't find 'SEL' type");
2415 ArgTys.push_back(argT);
2430 QualType argT = Context->getObjCIdType();
2431 assert(!argT.isNull() && "Can't find 'id' type");
2432 ArgTys.push_back(argT);
2433 argT = Context->getObjCSelType();
2434 assert(!argT.isNull() && "Can't find 'SEL' type");
2435 ArgTys.push_back(argT);