Lines Matching refs:PT
140 const ObjCObjectPointerType *PT = T->getAs<ObjCObjectPointerType>();
141 if (!PT)
144 ObjCInterfaceDecl *Cls = PT->getObjectType()->getInterface();
156 const PointerType *PT = T->getAs<PointerType>();
157 if (!PT)
160 const RecordType *RT = PT->getPointeeType()->getAs<RecordType>();
407 if (const PointerType *PT = QT->getAs<PointerType>())
408 return PT->getPointeeType()->getAs<RecordType>();
1136 ParsedType PT;
1139 PT = Attr.getTypeArg();
1141 PT = S.getTypeName(S.Context.Idents.get("NSObject"), Attr.getLoc(),
1143 if (!PT) {
1150 QualType QT = S.GetTypeFromParser(PT, &QTLoc);