Searched refs:ObjTy (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypePropagation.cpp | 129 const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C); in checkPostCall() local 130 if (!ObjTy) in checkPostCall() 133 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0)); in checkPostCall() 213 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local 215 return ObjTy; in getObjectTypeForAllocAndNew() 219 if (const ObjCObjectType *ObjTy in getObjectTypeForAllocAndNew() local 221 return ObjTy; in getObjectTypeForAllocAndNew() 235 if (const ObjCObjectType *ObjTy = in getObjectTypeForAllocAndNew() local 237 return ObjTy; in getObjectTypeForAllocAndNew()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 95 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local 96 if (CanonPointeeTy == ObjTy) in castRegion() 167 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() local 169 if (CanonPointeeTy == ObjTy) in castRegion()
|
D | ExprEngineCXX.cpp | 436 QualType ObjTy = CNE->getType()->getAs<PointerType>()->getPointeeType(); in VisitCXXNewExpr() local 438 getStoreManager().GetElementZeroRegion(NewReg, ObjTy); in VisitCXXNewExpr()
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 142 const ObjCObjectType *ObjTy = ClassRec->getAs<ObjCObjectType>(); in maybeAdjustInterfaceForSubscriptingCheck() local 143 if (!ObjTy) in maybeAdjustInterfaceForSubscriptingCheck() 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.h | 59 llvm::MDCompositeType *ObjTy = nullptr; variable
|
D | CGDebugInfo.cpp | 415 if (ObjTy) in CreateType() 416 return ObjTy; in CreateType() 427 ObjTy = in CreateType() 432 ObjTy, in CreateType() 434 ObjTy, "isa", getOrCreateMainFile(), 0, Size, 0, 0, 0, ISATy))); in CreateType() 435 return ObjTy; in CreateType()
|
D | CGObjC.cpp | 328 const ObjCObjectType *ObjTy = ReceiverType->getAs<ObjCObjectType>(); in EmitObjCMessageExpr() local 329 assert(ObjTy && "Invalid Objective-C class message send"); in EmitObjCMessageExpr() 330 OID = ObjTy->getInterface(); in EmitObjCMessageExpr()
|
D | CGObjCMac.cpp | 3944 const ObjCObjectType *ObjTy = OPT->getObjectType(); in EmitTryOrSynchronizedStmt() local 3947 ObjCInterfaceDecl *IDecl = ObjTy->getInterface(); in EmitTryOrSynchronizedStmt()
|