Home | History | Annotate | Download | only in Frontend

Lines Matching refs:argT

2445   QualType argT = Context->getObjCIdType();
2446 assert(!argT.isNull() && "Can't find 'id' type");
2447 ArgTys.push_back(argT);
2448 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);
2495 QualType argT = Context->getObjCIdType();
2496 assert(!argT.isNull() && "Can't find 'id' type");
2497 ArgTys.push_back(argT);
2498 argT = Context->getObjCSelType();
2499 assert(!argT.isNull() && "Can't find 'SEL' type");
2500 ArgTys.push_back(argT);
2531 QualType argT = Context->getObjCIdType();
2532 assert(!argT
2533 ArgTys.push_back(argT);
2534 argT = Context->getObjCSelType();
2535 assert(!argT.isNull() && "Can't find 'SEL' type");
2536 ArgTys.push_back(argT);