Searched refs:ObjT (Results 1 – 7 of 7) 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()
54 if (const ObjCObjectPointerType *ObjT = T->getAs<ObjCObjectPointerType>()) { in canApplyWeak() local55 ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl(); in canApplyWeak()
1259 if (const ObjCObjectPointerType *ObjT = in ActOnPropertyImplDecl() local1261 const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl(); in ActOnPropertyImplDecl()
4595 if (const ObjCObjectPointerType *ObjT = in CheckObjCARCUnavailableWeakConversion() local4597 if (const ObjCInterfaceDecl *ObjI = ObjT->getInterfaceDecl()) in CheckObjCARCUnavailableWeakConversion()
6899 if (const ObjCObjectPointerType *ObjT = in handleObjCOwnershipTypeAttr() local6901 if (ObjCInterfaceDecl *Class = ObjT->getInterfaceDecl()) { in handleObjCOwnershipTypeAttr()6904 S.Diag(ObjT->getInterfaceDecl()->getLocation(), in handleObjCOwnershipTypeAttr()
6188 while (const auto *ObjT = baseType->getAs<ObjCObjectType>()) {6189 if (const auto *T = dyn_cast<ObjCInterfaceType>(ObjT))6192 baseType = ObjT->getBaseType();
568 if (const ObjCObjectType *ObjT = A->getInterface()->getAs<ObjCObjectType>()) in VisitChildren() local570 ObjT->getInterface(), in VisitChildren()