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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp2353 QualType argT = Context->getObjCIdType(); local
2354 assert(!argT.isNull() && "Can't find 'id' type");
2355 ArgTys.push_back(argT);
2356 ArgTys.push_back(argT);
2371 QualType argT = Context->getObjCIdType(); local
2372 assert(!argT.isNull() && "Can't find 'id' type");
2373 ArgTys.push_back(argT);
2374 argT = Context->getObjCSelType();
2375 assert(!argT.isNull() && "Can't find 'SEL' type");
2376 ArgTys.push_back(argT);
2395 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); local
2416 QualType argT = Context->getObjCIdType(); local
2442 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); local
2463 QualType argT = Context->getObjCIdType(); local
[all...]
H A DRewriteModernObjC.cpp2275 QualType argT = Context->getObjCIdType(); local
2276 assert(!argT.isNull() && "Can't find 'id' type");
2277 ArgTys.push_back(argT);
2278 ArgTys.push_back(argT);
2293 QualType argT = Context->getObjCIdType(); local
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(); local
2369 QualType argT = Context->getObjCIdType(); local
[all...]

Completed in 36 milliseconds