Searched refs:argT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2321 QualType argT = Context->getObjCIdType(); local
2322 assert(!argT.isNull() && "Can't find 'id' type");
2323 ArgTys.push_back(argT);
2324 ArgTys.push_back(argT);
2338 QualType argT = Context->getObjCIdType(); local
2339 assert(!argT.isNull() && "Can't find 'id' type");
2340 ArgTys.push_back(argT);
2341 argT = Context->getObjCSelType();
2342 assert(!argT.isNull() && "Can't find 'SEL' type");
2343 ArgTys.push_back(argT);
2360 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); local
2379 QualType argT = Context->getObjCIdType(); local
2403 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); local
2423 QualType argT = Context->getObjCIdType(); local
[all...]
H A DRewriteModernObjC.cpp2410 QualType argT = Context->getObjCIdType(); local
2411 assert(!argT.isNull() && "Can't find 'id' type");
2412 ArgTys.push_back(argT);
2413 ArgTys.push_back(argT);
2427 QualType argT = Context->getObjCIdType(); local
2428 assert(!argT.isNull() && "Can't find 'id' type");
2429 ArgTys.push_back(argT);
2430 argT = Context->getObjCSelType();
2431 assert(!argT.isNull() && "Can't find 'SEL' type");
2432 ArgTys.push_back(argT);
2460 QualType argT = Context->getObjCIdType(); local
2496 QualType argT = Context->getObjCIdType(); local
[all...]

Completed in 118 milliseconds