Searched refs:ObjT (Results 1 – 6 of 6) sorted by relevance
132 QualType ObjT = Obj->getType().getUnqualifiedType(); in run() local136 assert(ObjT.getCanonicalType()->isPointerType()); in run()137 ObjT = ACtx.getPointerType( in run()138 ObjT->getPointeeType().getCanonicalType().getUnqualifiedType()); in run()146 OS << "a pointer value of type '" << ObjT << "' to a "; in run()156 "a method on '" + ObjT.getAsString() + "' to get the scalar value"; in run()
55 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local56 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
1241 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local1243 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
4606 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local4608 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
6736 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local6738 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr()6741 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
7376 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {7377 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))7380 baseType = ObjT->getBaseType();