Searched refs:ObjTy (Results 1 – 8 of 8) sorted by relevance
127 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); in checkPostCall() local128 if (!ObjTy) in checkPostCall()131 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall()197 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local199 return ObjTy; in getObjectTypeForAllocAndNew()203 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local205 return ObjTy; in getObjectTypeForAllocAndNew()219 if (const ObjCObjectType *ObjTy = in getObjectTypeForAllocAndNew() local221 return ObjTy; in getObjectTypeForAllocAndNew()
311 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local313 getStoreManager().GetElementZeroRegion(NewReg, ObjTy); in VisitCXXNewExpr()338 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local339 (void)ObjTy; in VisitCXXNewExpr()340 assert(!ObjTy->isRecordType()); in VisitCXXNewExpr()
106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local107 if (CanonPointeeTy == ObjTy) in castRegion()178 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local180 if (CanonPointeeTy == ObjTy) in castRegion()
142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck() local143 if (!ObjTy) in maybeAdjustInterfaceForSubscriptingCheck()145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck()
54 llvm::DIType ObjTy; variable
383 if (ObjTy.Verify()) in CreateType()384 return ObjTy; in CreateType()409 ObjTy = llvm::DIType(ObjNode); in CreateType()410 return ObjTy; in CreateType()
309 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr() local310 assert(ObjTy && "Invalid Objective-C class message send"); in EmitObjCMessageExpr()311 OID = ObjTy->getInterface(); in EmitObjCMessageExpr()
4005 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local4008 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()