Searched refs:ObjT (Results 1 – 5 of 5) 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()
1242 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local1244 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
4600 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local4602 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
6763 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local6765 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr()6768 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
7732 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {7733 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))7736 baseType = ObjT->getBaseType();