Lines Matching defs:argT
2322 QualType argT = Context->getObjCIdType();
2323 assert(!argT.isNull() && "Can't find 'id' type");
2324 ArgTys.push_back(argT);
2325 ArgTys.push_back(argT);
2339 QualType argT = Context->getObjCIdType();
2340 assert(!argT.isNull() && "Can't find 'id' type");
2341 ArgTys.push_back(argT);
2342 argT = Context->getObjCSelType();
2343 assert(!argT.isNull() && "Can't find 'SEL' type");
2344 ArgTys.push_back(argT);
2361 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2362 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2363 ArgTys.push_back(argT);
2364 argT = Context->getObjCSelType();
2365 assert(!argT.isNull() && "Can't find 'SEL' type");
2366 ArgTys.push_back(argT);
2380 QualType argT = Context->getObjCIdType();
2381 assert(!argT.isNull() && "Can't find 'id' type");
2382 ArgTys.push_back(argT);
2383 argT = Context->getObjCSelType();
2384 assert(!argT.isNull() && "Can't find 'SEL' type");
2385 ArgTys.push_back(argT);
2404 QualType argT = Context->getPointerType(Context->getTagDeclType(RD));
2405 assert(!argT.isNull() && "Can't build 'struct objc_super *' type");
2406 ArgTys.push_back(argT);
2407 argT = Context->getObjCSelType();
2408 assert(!argT.isNull() && "Can't find 'SEL' type");
2409 ArgTys.push_back(argT);
2424 QualType argT = Context->getObjCIdType();
2425 assert(!argT.isNull() && "Can't find 'id' type");
2426 ArgTys.push_back(argT);
2427 argT = Context->getObjCSelType();
2428 assert(!argT.isNull() && "Can't find 'SEL' type");
2429 ArgTys.push_back(argT);