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

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2328 QualType argT = Context->getObjCIdType(); local
2329 assert(!argT.isNull() && "Can't find 'id' type");
2330 ArgTys.push_back(argT);
2331 ArgTys.push_back(argT);
2345 QualType argT = Context->getObjCIdType(); local
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)); local
2386 QualType argT = Context->getObjCIdType(); local
2410 QualType argT = Context->getPointerType(Context->getTagDeclType(RD)); local
2430 QualType argT = Context->getObjCIdType(); local
[all...]
H A DRewriteModernObjC.cpp2445 QualType argT = Context->getObjCIdType(); local
2446 assert(!argT.isNull() && "Can't find 'id' type");
2447 ArgTys.push_back(argT);
2448 ArgTys.push_back(argT);
2462 QualType argT = Context->getObjCIdType(); local
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(); local
2531 QualType argT = Context->getObjCIdType(); local
[all...]

Completed in 56 milliseconds